Hacker News new | ask | show | jobs
by xtrumanx 4782 days ago
> Do not be depressed, at least because of this. Few people will ever write anything that is correct, can not be meaningfully simplified, yet incomprehensible and essentially unreviewable.

You don't have to write something that is essentially unreviewable to end up in the scenario described earlier. You just have to work with a team that isn't prepared to learn new things and rejects thing that they don't understand.

I've been studying functional programming lately and can easily imagine being told my code is "incomprehensible" because I wrote it in a functional style instead using loops and variables.