Handbook
Glossary
ideas-file? ( path -- ? )
Vocabulary
codebase-analyzer
Inputs
path
an
object
Outputs
?
an
object
Definition
USING:
combinators.short-circuit
io.pathnames
kernel
unicode
;
IN:
codebase-analyzer
:
ideas-file?
( path -- ? )
>lower
{
[
file-stem
"ideas"
=
]
[
file-stem
"notes"
=
]
[
file-stem
"design"
=
]
}
1||
;