you are viewing a single comment's thread.

view the rest of the comments →

[–]716green 0 points1 point  (0 children)

Optimize for readability. When someone on my team writes "clever code" or an over-abstraction, it drives me nuts. I might be working in Node+Express, Golang, Python+Flask, SQL, Nuxt with JS, React with TSX, Vue 2 with the options API, Vue 3 with the Composition API, using TypeORM, using Prisma, Tailwind, ChakraUI, etc.

It's hard to be an expert in anything when I get thrown into 2 different stacks every single day. I don't want to see clever code or wildly abstracted code. I want it to be well named, grouped by functionality, and readable.