Organizing files in Godot | rp.wtf

https://rp.wtf/articles/organizing-files-in-godot/

4 points · 1 comments · view on lemmy.world

1 Comments

jupiter@programming.dev · 1 pts · 1y

"shared" folders seem like an antipattern to me. It quickly becomes the largest folder of even a small projects, and large projects developed by whole teams often end up with multiple shared (sub-)folders.

What techinques can you suggest against this, or to, in an advanced project, safely refactor and move many such folders without breaking the project?