You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
nclasses is a library maintained by @atlas-engineer/atlas so it's odd that define a macro on top of nclasses:define-class.
We don't need *automatic-types-p* set to t. *accessor-name-package* could easily be set to :slot-name by default. The default value of *predicate-name-transformer* is a good default and we don't to rely on nclasses:always-dashed-predicate-name-transformer.
The text was updated successfully, but these errors were encountered:
@jmercouris that doesn't seem correct since both *automatic-types-p* and *predicate-name-transformer* were for sure included by (past) members of the Atlas team.
nclasses
is a library maintained by @atlas-engineer/atlas so it's odd that define a macro on top ofnclasses:define-class
.We don't need
*automatic-types-p*
set tot
.*accessor-name-package*
could easily be set to:slot-name
by default. The default value of*predicate-name-transformer*
is a good default and we don't to rely onnclasses:always-dashed-predicate-name-transformer
.The text was updated successfully, but these errors were encountered: