Closed n8hopp closed 1 week ago
Do we want to organize files based on what feature they are a part of, rather than as file-type? This would make it easier to work on singular features, and reduce the "oop gotta go over here" that file-type separation brings
Here's an example of this file structure:
. ├─ modules │ ├─ player │ │ ├─ assets │ │ │ └─sprites.png │ │ └─ scripts │ └─ enemy │ └─ scripts │ └─enemy.gd ├── LICENSE └── README.md
Do we want to organize files based on what feature they are a part of, rather than as file-type? This would make it easier to work on singular features, and reduce the "oop gotta go over here" that file-type separation brings