|
|
|
|
|
by shhsshs
2522 days ago
|
|
"programmers naturally expect a function to return at the very end" I disagree. I expect a function to return at the moment the final result is known. The decisions and logic are over. I shouldn't have to glaze over even a single extra line of code, because the work has already been done. |
|