Shaders style guide Formatting Encoding and special characters Indentation Line breaks and blank lines Blank lines Line length One statement per line Comment spacing Whitesp...
GDScript style guide Formatting Encoding and special characters Indentation Trailing comma Blank lines Line length One statement per line Format multiline statements for read...
Content best practices Use present tense Use active voice Use simple and direct language Address the reader as “you” Avoid Latin phrases Patterns to avoid Avoid using “we” A...
Code Comment Style Why does a good comment matter? Where/When to comment? How to comment? Format of a good comment Language for a good comment Tips for a good comment ...
Code Comment Style Why does a good comment matter? Where/When to comment? How to comment? Format of a good comment Language for a good comment Tips for a good comment ...
Ruby Style Guide Ruby Style Guide This is Airbnb’s Ruby Style Guide. It was inspired by GitHub’s guide and [Rubocop guide][rubocop-guide]. Airbnb also maintains a [JavaScrip...