jlb224 / moodle-mod_notetaker

Notetaker plugin for Moodle - allows students to take public or private notes within a course.
https://jlb224.github.io/moodle-mod_notetaker/
Other
2 stars 4 forks source link

Violates the namespace naming rules #3

Closed mudrd8mz closed 3 years ago

mudrd8mz commented 4 years ago

There are rules in Moodle on what can be 2nd level of namespaces within plugins. The namespace mod_notetaker\lib\ violates it.

The class should be renamed to something like mod_notetaker\local\utilities or so.

Please refer to https://docs.moodle.org/dev/Coding_style#Rules_for_level2