📁 When you split every TS interface, type, enum etc into its own file, you're not practicing "clean code" - you're creating navigation hell. Having to jump between 20 files to understand one feature is cognitive overhead. BUT it's only one of the plethora of cons in this bad approach #typescript

Comments