cl-ana icon indicating copy to clipboard operation
cl-ana copied to clipboard

Readibility Suggestion: predicates should end in `p` or `-p`.

Open kat-co opened this issue 5 years ago • 0 comments

It is a common idiom in Common Lisp for predicates to end in p as in listp or -p as in hash-table-p. I was reviewing some of the makeres code, and noticed a bunch of predicates ending in ?, e.g. ltab?. This is more of a scheme idiom than a Common Lisp idiom.

Someone once gave this advice to me, and now I pass it onto you. Please consider changing this code to fit Common Lisp idioms.

kat-co avatar May 16 '19 18:05 kat-co