Earlier quoted context omitted.
Unfortunately that Wheel situation was far enough back now that I don't have details on hand. I just know it was awful at the time. As for significant whitespace, the problem is that I'm often dealing with files with several thousand lines of code and heavily nested functions. It's very easy to lose track of scope in that situation. Am I in the inner loop, or this outer loop? Scrolling up and down, up and down to fig…
Pip has changed a lot in the last few years, and there are many new ecosystem standards, along with greater adoption of existing ones. > I'm often dealing with files with several thousand lines of code and heavily nested functions. This is the problem. Also, a proper editor can "fold" blocks for you. > Being able to see the type of data at a glance tells me a LOT about what the code is doing and how it's doing it - a…
I can't fix that. I just work here. I've got to deal with the code I've got to deal with. And for old legacy code that's sprawling, I find braces help a LOT with keeping track of scope.
>Sure, but then you have to understand the assembly that you've stepped into.
Assembly? I haven't touched raw assembly since college.