Readability Expectations

Programming languages have grammar rules just like human languages. Syntax rules are requirements — the code will not work unless you follow them. Style or “best practice” rules allow for good coding and consistent readability.

In order to be a good programmer your code should have good readability!

General Guidelines

For any variables/functions/classes/etc you are naming, use descriptive names whenever reasonable.

Check my readability expectations for the language you are using!