That would be close, but you’ll end up with more annoyances if you remain focused on the FileSystem.
- auto-generated file names are gross.
- 50+ imports in each file with bogus file names is gross
The FileSystem itself is a gross way to organize code after all.
I may want to organize my code in multiple different overlapping views. I may want to organize by behavior (state, actions, etc) or by feature (login, comment, etc).
My suggestion is an IDE that hides files from the user entirely. Something a little more akin to SmallTalk.
- auto-generated file names are gross. - 50+ imports in each file with bogus file names is gross
The FileSystem itself is a gross way to organize code after all.
I may want to organize my code in multiple different overlapping views. I may want to organize by behavior (state, actions, etc) or by feature (login, comment, etc).
My suggestion is an IDE that hides files from the user entirely. Something a little more akin to SmallTalk.