Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 520 Bytes

File metadata and controls

22 lines (19 loc) · 520 Bytes

Build Process

Build steps that will be followed during this project.

Process

  1. Create Issue on Github about what you are working on.
  2. Pull from GitHub.
  3. Make Incremental Changes. Only make changes within the scope of the Issue.
  4. Tag Issue when commiting changes.
  5. Close Issue.

Software

  1. Git bash
  2. Unity 3D 5.4.x
  3. Blender

Name Convention

  1. Folder Name : UpperCamel
  2. File Name : UpperCamel
  3. Method : UpperCamel
  4. Variable : camcelCase
  5. Constant : SNAKE_CASE
  6. Class Name : UpperCamel