I have ADD and I'm struggling to write a more complex Python app right now. I'm hating myself for not being able to easily skip around the code as it gets more complex with more classes and methods. So this is very apropos for me. Thing is, I can skip around Terraform much more easily (in my normal DevOps role). I'm wondering if Python whitespace isn't "right" for me somehow. EDIT: I'm definitely more used to Terrafo…
As someone on more or less the maximum dose of adderall, here are the commandments as I have been able to divine (for myself): - Thou shalt use a language server. Esp. goto-definition and find-refs, as they shall light your path through third party libs. - Thou shalt refactor like a crazy person. No component should have less than 3 or more than 5 significant members. A concise codebase makes for a calm mind. - Thou…
Would you kindly ELI5?