Conventions/code/naming

From Woozle Writes Code
< Conventions‎ | code
Revision as of 15:23, 7 October 2021 by htyp>Woozle (Created page with "For now, this is just notes on conventions I want to use within the code. ==Values== * '''cell''' means a value-reference * '''status''' means a presence-info object ** pref...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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 value-reference
  • 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