Code Styles, Operations, and Other Important Shit. This document contains everything you need to know about code styles, and methodology.
- Be responsible, don't commit:
- Credentials
- Commented-out code
- Compiled Files
- Dependency code (react, three, etc)
- Use npm or any other dependency management system.
- Keep line lengths bellow 100 characters, keep the gif dif easy to read.
We use a variety of technology for our projects. Here's a non-complete list:
- Our Web style guide is a modified version of Airbnb's javascript guide.
- Our C++ style guide is a modified version of Google's C++ guide
- Use 2-space tabs.
- We use ES6 syntax whenever possible. Some legacy code bases may use ES5, at some point these will be updated.
- Download our Visual Studio Formatting Settings