Style Guides

Write code in a consistent style


Posted: December 7, 2022

Ever struggled with formatting a piece of code? This might be your solution!

Google created a list of style guides for programming languages.

The list covers most common programming/scripting languages, such as:

Browse through them before writing your next piece of code!

Keep in mind that certain projects may have their own style guides in place. It’s best to stay consistent with the existing code style!

I also recommend watching Seven Ineffective Coding Habits by Kevlin Henney.