PHP Code Standards: Difference between revisions
Jump to navigation
Jump to search
(Popular Marketing Code Standards) |
|||
| Line 1: | Line 1: | ||
= Popular Marketing Code Standards = | = Popular Marketing Code Standards = | ||
= = 1. Variable Naming Conventions == | == 1. Variable Naming Conventions == | ||
=== 1.a Local Variables === | === 1.a Local Variables === | ||
Revision as of 03:01, 26 October 2022
Popular Marketing Code Standards
1. Variable Naming Conventions
1.a Local Variables
Local variables should be all lower case, ex. email
If the local variable is made up of multiple words, use snake case, ex. email_addres