• 1 Post
  • 153 Comments
Joined 1 year ago
cake
Cake day: June 14th, 2023

help-circle
  • Isn’t it obvious? More code to skim, scroll over and maintain if something changes. If you add a struct field, your manual EQ implementation still compiles and seems to work but is wrong and will lead to bugs. Yes, solving this for 99,999% of cases with an attribute is just far superior and does make a difference (while keeping it easy to manually implement it if needed). Hash and Ord and some other traits can be implemented in a similar fashion btw…














  • Hahaha wow! That’s your comment about this? Incredible!!!

    Sure, if someone writes something on the internet that some business owner somewhere doesn’t like, lets just torture them. Makes total sense!

    In case you are actually this dumb: Her comment was a so called hyperbole. People like using these, often for humor reasons, especially on the internet and sometimes they are used to clarify something that’s actually subtle. Nobody reading that comment actually thinks that she seriously means people would get killed by that stuff. And if they would, she should still be allowed to express what she thinks on the internet.



  • I’d say at 1000 lines it usually makes sense to extract some parts into other files. But sure, I guess most obscurities have positive aspects. On the other hand, nothing is stopping you from writing a separate file with only function signatures next to your python scripts. It’s just not required, because why would it ;)