As a developer I hate folders. The more folders there are, harder it is for me to keep track of what i need in my working memory to debug.

if it was up to me i would rather keep every line of code i write in one single file if it is possible.

please stop making new files and folder in the name of abstractions. you dont need abstractions before making the damn thing work

i would rather treat every feature that i develop as a separate self contained application (likely in a single file) that somehow use its own css or state management library

we need to democratise software development, it needs to happen. let the person who is in the trenches decide what tools he wants to work with rather then relying on the choices of one developer