elyctech / web-gill

Gill is a WebGL-based rendering utility.
MIT License
0 stars 0 forks source link

Enforce Module-level Naming Convention #22

Open dawsonc623 opened 7 years ago

dawsonc623 commented 7 years ago

Each component of Gill has a name starting with Gill. Similarly, components of specific modules must include the module name after Gill. For example, the Vertex component of the Model module must be named GillModelVertex. This eliminate naming conflicts between modules.

dawsonc623 commented 7 years ago

The webgl module now adheres to this convention.