pauln / moodle-report_componentgrades

Excel spreadsheet export tool for individual component grades in Marking Guides and Rubrics.
GNU General Public License v3.0
2 stars 13 forks source link

Fix incorrect use of camel-case. #17

Closed danmarsden closed 3 years ago

danmarsden commented 3 years ago

Fixing a pet peeve.. - good examples of this are core strings like "Define marking guide" / "Define rubric" - not "Define Marking Guide", "Define Rubric"

marcusgreen commented 3 years ago

Isn't it only camel case if it is code.... you have a much sharper eye for that sort of thing than me. Definitely one to include

danmarsden commented 3 years ago

Heh - I even have a pre-defined template in github for this which I pull out in probably 50% of my plugin reviews - it's a common mistake and just me being picky!