mulch-environment / mulch

mulch environment for structural biology
0 stars 0 forks source link

Standardisation of naming practices for getter/setter functions #17

Open helenginn opened 1 year ago

helenginn commented 1 year ago

I'll start this issue as a comment thread to highlight instances where the naming practice isn't standardised for methods/functions which follow a similar theme. It doesn't really matter too much what the standard is, as long as the functions follow the same naming protocol.

Generally naming protocols should follow these rules:

helenginn commented 1 year ago

In Collection.h we have a lot of size-based naming discrepancies, such as getCHDsVectorSize(), countChdIds() (there should only be one of these?).