Skip to content

CaptainToTo/unity-style-guide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ATUMEMOT's Unity Style Guide

This is the coding guide that I use for my Unity games. It describes syntactic, structural, and process rules for writing code. I formed many of these rules based on my experience to avoid a lot of pitfalls, and prevent spaghetti code.

Any rule can be ignored if and only if enforcing that rule would clearly result in worse code, and the surrounding logic doesn't need to be refactored.

These rules do not affect the control flow, or functionality of code. These only serve to make code more consistent and readable.

These rules describe how code should be created to support extendability, and easier debugging.

These rules describe how developers should contribute to the same code base throughout a project.

About

The coding style guide I use for my Unity games.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published