Skip to content

Make some code conventions. #5

@pokop

Description

@pokop
  1. Change all the const to UPPER_CASE style.
  2. Move all the consts from the inner implementation of methods to a const variables.
  3. Move all the Regex consts variables to a outside of their methods. (It is match more efficient to look out one scope up then recompile the regex any time the method is called.)
  4. Add comments.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions