Below is a non-exhaustive, but growing list of coding standard guidelines you may want to use in your code.
While nobody should fixate on coding style alone, having a strong and consistent coding style reflects well on you during technical interviews, during coding tests, and—if you get hired—will help your colleagues to like you :-)
- Google Style Guides - Some popular guides:
- Microsoft Style Guides
- Facebook Coding Standards
- JavaScript Standard (Yes, there is an official JavaScript coding standard)
- GNU Coding Standards ()
- Linux Kernel Coding Style
- Red Hat Defensive Coding Guide (has lots of insight beyond just coding style)
- IBM Style Guide (mysteriously empty)