Thomas-van-Haastrecht / educom-webshop-basis

0 stars 0 forks source link

Sommige functie namen zijn `camelCase` en andere `snake_case`, maak dit constistent #23

Open JeroenHeemskerk opened 8 months ago

JeroenHeemskerk commented 8 months ago

De functie namen in index.php zijn camelCase https://github.com/Thomas-van-Haastrecht/educom-webshop-basis/blob/e9ac0abddaa486cf2e92cdbe5b7343f1ae77800f/index.php#L5 https://github.com/Thomas-van-Haastrecht/educom-webshop-basis/blob/e9ac0abddaa486cf2e92cdbe5b7343f1ae77800f/index.php#L15 https://github.com/Thomas-van-Haastrecht/educom-webshop-basis/blob/e9ac0abddaa486cf2e92cdbe5b7343f1ae77800f/contact.php#L4

terwijl ze in contact.php soms in snake_case zijn https://github.com/Thomas-van-Haastrecht/educom-webshop-basis/blob/e9ac0abddaa486cf2e92cdbe5b7343f1ae77800f/contact.php#L13 https://github.com/Thomas-van-Haastrecht/educom-webshop-basis/blob/e9ac0abddaa486cf2e92cdbe5b7343f1ae77800f/contact.php#L99 https://github.com/Thomas-van-Haastrecht/educom-webshop-basis/blob/e9ac0abddaa486cf2e92cdbe5b7343f1ae77800f/contact.php#L211

Maak dit consistent