rwthmoodle / moodle-mod_cardbox

The Card Box activity can help your students memorize vocabulary, technical terms, formulas and definitions.
2 stars 2 forks source link

function naming violation #7

Closed danmarsden closed 1 year ago

danmarsden commented 2 years ago

https://github.com/rwthmoodle/moodle-mod_cardbox/blob/main/locallib.php#L740 https://github.com/rwthmoodle/moodle-mod_cardbox/blob/main/locallib.php#L794 https://github.com/rwthmoodle/moodle-mod_cardbox/blob/main/locallib.php#L813

Functions must use the frankenstyle naming convention: https://docs.moodle.org/dev/Frankenstyle#Function_names

note this is a blocker for plugins db approval.

Amrita1991 commented 1 year ago

this is fixed in this comment