-
Notifications
You must be signed in to change notification settings - Fork 0
Make some code conventions. #5
Copy link
Copy link
Open
Description
pokop
opened on Aug 30, 2013
Issue body actions
- Change all the const to UPPER_CASE style.
- Move all the consts from the inner implementation of methods to a const variables.
- 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.)
- Add comments.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels