WDD 230: Web Frontend Development I

Naming Conventions

Overview

How to name or identify variables in programming is often an organizational specific preference. This document presents common naming conventions for variables, functions, and objects in programming.

Information

"Whenever you develop code in a new language, get comfortable with the variable naming conventions and always check with your team if your organization ever deviates from the standard. It will makeyour code more readable and help your code blend with all of the code commits, pulls and merges." - TheServerSide.com

References