X-Git-Url: https://git.distorted.org.uk/~mdw/sod/blobdiff_plain/d437292a11e89c11c839145237a1871316593800..a51bf71aded809cccbd23adafb405678ed1944b2:/STYLE?ds=inline diff --git a/STYLE b/STYLE index 12e848a..ae8fd1b 100644 --- a/STYLE +++ b/STYLE @@ -217,7 +217,7 @@ making a new structure type. I tend to tidy up a few rough edges. + The default predicate always has ~-p~ appended. If the class name is a single word, then I'll explicitly name the predicate with a simple ~p~ suffix. For example, ~ship~ would have the predicate - ~shipp~, rather than ~ship-p~. + ~shipp~, rather than ~ship-p~. + If there are slots I can't default then I'll usually provide a BOA constructor which sets them from required parameters; other slots