I like using languages that solve problems, not just ones I
happen to know well. âWeâll use it because I know itâ is not a good enough reason!
I prefer frameworks that do the heavy lifting for me. And noââReact has a big ecosystemâ isnât a strong argument. By that logic, we should all just stick to plain JavaScriptâit has an even bigger
ecosystem!
And maybe we should, for a simple form app, I dont need a 50MB webpack optimized react ecosystem,
just think about it!
ORMs are the worst. Thereâs no real standard across
them, and if you care about optimizing queries, youâll eventually need to learn how to write raw SQL anyway. So unless your product is just a bunch of CRUD operations, thereâs no point investing
heavily in an ORM.
Iâm not fully driven by developer experience. Do
you think German automotive engineers were obsessed with âengineering experienceâ?
Noâthey were focused on driving experience.
Similarly, the only experience that truly matters in software is User Experience.
Because at the end of the day, no user is ever going to say,
âWow, this was built with Svelte!â or âThey used an OOP approachâso cool!â
User donât care about the tech stack.
User care about performance, reliability, intuitive design, and a bug-free experience.
Thatâs what matters to user. Everything else is just an implementation detail.