Skip to content
Snippets Groups Projects
Commit 937e0d23 authored by Mark Olesen's avatar Mark Olesen
Browse files

STYLE: consistent naming of files containing the 'New' method

before:
    - 'new' prefixed to camel-cased class name: eg, someClass -> newSomeClass
    - 'New' prefixed to templated class name:   eg, TmplClass -> NewTmplClass
    - 'New' suffixed to class name:             eg, someClass -> someClassNew

after:
    - consistent 'New' suffixed to class name, no change of case
          eg, someClass -> someClassNew
          eg, TmplClass -> TmplClassNew
parent 42807ddd
No related merge requests found
Showing
with 16 additions and 16 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment