Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 210 Bytes

naming_conventions.md

File metadata and controls

7 lines (5 loc) · 210 Bytes

Naming Conventions

File Names

  • File names should be lower-case and only one word
  • For example: systems/physics.hpp instead of systems/physics_system.hpp
  • The same applies for components and others