General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
Edward Cullen
Indently
comments
Comments by "Edward Cullen" (@edwardcullen1739) on "Indently" channel.
Previous
1
Next
...
All
@Naej7 Except people don't understand how to use them, so you end up with unnecessarily hard to use APIs. If that's how you feel, why not just use C? 🤦♂️
17
@Naej7 How? How is it flawed? You're telling me my experience is wrong? Typing has its place, by one of the key features of Python is dynamic typing. If types are not enforced, annotations are potential noise. I started as a C/C++ system programmer, so I understand, very well, the value of typed and untyped languages.
13
@redpepper74 200+ lines IS a "short script" 😂 Serious point: size is relative.
4
@RedShipsofSpainAgain try/catch/finally predates Context Managers by "quite a bit". I'm sure it still has a place, but feels pretty-much vestigial at this point...
4
@Indently Completely agree with this. You should have a happy path and the exceptions that deviate from this. The 'else' should just be the rest of your code. It feels like a way to eliminate nesting, when nesting is precisely what you should be doing OR adjusting your approach to make nesting unnecessary.
2
Previous
1
Next
...
All