logoalt Hacker News

gwbas1clast Monday at 7:03 PM1 replyview on HN

> Don’t care, because many people think it’s alright if things are slow, or inefficient ( the user can wait, or will live with 100ms instead of 1ms).

It's not that.

I've encountered code where someone wrote complicated "scale out" code instead of learning how to use a database and fix the n+1 problem; or another case where someone wrote complicated caching code instead of learning how to avoid cartesian explosion.


Replies

Agingcoderyesterday at 8:35 AM

Ah that’s nice a one - it’s ’do the wrong thing’!