Skip to content

Update coding style doc #215

@ned21

Description

@ned21

The coding style should be updated to reflect even more modern practices:

  • use constant => Readonly
  • Section "Be modular" talks about number of local variables, etc. Ideally it should be replaced with a mandate to make code unit testable since that tends to inherently force modularity. Readers interested in measures of technical complexity should be referred to read "Code Complete 2" instead!
  • Add a section on writing good commit logs which should document the intent (or "why") of the change

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions