|
|
|
|
|
by andreareina
1461 days ago
|
|
I have a long but pretty linear function whose job it is to take a whole mess of data and build a SAT model. Even with even with jump-to-definition etc lots of little[1] sub-functions make the coffee difficult to read. I would kill for block scope (yay python) to ensure that I'm not accidentally reusing a temporary variable from three steps ago. [1] honestly, not so little |
|
I admit to using block scopes in rust a fair bit