#3 Move all classes, functions, and constants into a relevant namespace

Closed
opened 3 years ago by cjhoward · 0 comments
cjhoward commented 3 years ago
Owner

Code should be better compartmentalized for codebase organization and documentation purposes. A good example of well-compartmentalized code is the genetics namespace and its sub-namespaces. Most of the code in the game namespace should be put into more specific namespaces, such as components and systems into the entity namespace.

Code should be better compartmentalized for codebase organization and documentation purposes. A good example of well-compartmentalized code is the `genetics` namespace and its sub-namespaces. Most of the code in the `game` namespace should be put into more specific namespaces, such as components and systems into the `entity` namespace.
cjhoward added the
♻️ refactor
label 3 years ago
cjhoward closed this issue 3 years ago
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date

No due date set.

Dependencies

This issue currently doesn't have any dependencies.

Loading…
There is no content yet.