Skip to content

Latest commit

 

History

History
47 lines (36 loc) · 1.79 KB

README.md

File metadata and controls

47 lines (36 loc) · 1.79 KB

SATURN V

Code Styles, Operations, and Other Important Shit. This document contains everything you need to know about code styles, and methodology.

Our Repos

  • 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.

Our Techs

We use a variety of technology for our projects. Here's a non-complete list:

Web Technologies

Graphics Systems

Engines

Misc. Libraries

Code Styles