Hacker News new | ask | show | jobs
by sdegler 4070 days ago
The simplest way is to provide an alternative implementation that is more correct, more succinct, and is easier to read.

+1 rich hickey talk

Of course that is not the least resource intensive solution. Code reviews may help.

1 comments

This.

You could talk all day and no one will listen.

What also helps in the long run are stricter coding guidelines.

When we forced stuff like early returns instead of nested ifs much of our code just got easier to follow.