tealise / Bitcraft-Core

The Core Framework
0 stars 0 forks source link

Modularize the Application #10

Open tealise opened 7 years ago

tealise commented 7 years ago

Expected Behavior

Cleaner codebase

Current Behavior

The codebase is very cluttered and will get even more cluttered.

Possible Solution

Utilize this or similar to restructure the codebase to a cleaner more modularized layout. See this article for an example of what I mean.

Steps to Reproduce (for bugs)

N/A

Context

The current codebase is hard to follow and is really easy to get lost in the directory structure. A more modular approach will allow for easier management now and especially in the future when the codebase gets larger.

Your Environment