logoalt Hacker News

kqryesterday at 1:42 PM2 repliesview on HN

It's a different mindset. Has nothing to do with curiosity.

For me and you, "fixing" something means finding which assumption was violated and redesigning the solution in light of that. Sometimes this means adding code, sometimes it means making the solution smaller.

For a lot of people, "fixing" means adding code to make it work. This always makes the solution larger.

The latter group can still be curious! But they're curious about which addition makes it work, not about their incorrect beliefs.


Replies

VCFundedGenYeryesterday at 4:42 PM

An engineer that refuses to understand how their craft is constructed is a poor engineer.

acuozzoyesterday at 3:23 PM

> For a lot of people, "fixing" means adding code to make it work.

What if the fix requires deleting a single line of code?

Is the additive fix to enshroud it in if (0) { } ?

show 2 replies