I'd love to hear your opinions/experiences. What does your programming project folder structure looks like?
Do you have dedicated folders for enums, structs, interfaces? Or do you group classes by use (e.g.: have a folder Logger, containing LoggerInterface, FileLogger, NetLogger and LoggerFactory)? What would you consider eligible for putting into a folder called "Definitions"?
Do you also spiral into an absolute mess very quickly with every project you work on?
How many of you have a folder called utils/utilities with a class called Helper in it?
Do you have a system that worked really well for you? Please share!