JBZonda / educom-webshop-database

0 stars 0 forks source link

Wees consitstent in je naamgeving van functies #20

Open JeroenHeemskerk opened 1 year ago

JeroenHeemskerk commented 1 year ago

De functies hieronder hebben allemaal een andere nameing convension https://github.com/JBZonda/educom-webshop-database/blob/1c5f48ed1db91b1791acbb847fe0fe33dbbb5c02/html_build_functions.php#L41 has no case , de woorden zijn aan elkaar geplakt https://github.com/JBZonda/educom-webshop-database/blob/1c5f48ed1db91b1791acbb847fe0fe33dbbb5c02/html_build_functions.php#L51 is camelCase https://github.com/JBZonda/educom-webshop-database/blob/1c5f48ed1db91b1791acbb847fe0fe33dbbb5c02/html_build_functions.php#L61 is snake_case

Wees constistent in je naamgeving, dus alles camelCase of alles snake_case