Hacker News new | ask | show | jobs
by morsch 5069 days ago
Easier rapid prototyping and exploratory programming. Edit all the classes of your small/exploratory project in a single file. If the project expands, it should be an automated refactoring to move classes to their own files.

I do this all the time using static inner classes.