|
|
|
|
|
by travisjungroth
1772 days ago
|
|
I think this hints at the main issue people have when reading more terse code: you need to read it slower. If you try to read K at the same speed as C, it’s going to fly by. I can feel this in my own Python code when I write in a more or less compact style. But on the more dense code, if I slow down, I can understand it faster and more clearly than the verbose code. |
|
1: https://rosettacode.org/wiki/Fibonacci_sequence