Conventions/code/naming
< Conventions | code
Jump to navigation
Jump to search
For now, this is just notes on conventions I want to use within the code.
Values
- cell means a direct value-reference
- ref means a reference object (cReference)
- status means a presence-info object
- preferably descended from cThingHolder
- unit means something that knows its own name and has awareness of its container-object/structure
- preferably a PortRow Unit object