|
|
|
|
|
by croon
2105 days ago
|
|
Anyone can write a sequential .py file with redundant if/else statements. It takes more than 1 hour to learn how to refactor that into concice functions or objects. It takes more than 100 hours to learn how to golf that into 30 bytes. |
|
What the grandparent is suggesting is using simpler architectures, not necessarily smaller (in the code-golf sense) code.