Have a nice day.

Keyoxide: aspe:keyoxide.org:NGBHBM6PIKZC2Q7CP7RXLKNNQM

  • 19 Posts
  • 21 Comments
Joined 2 years ago
cake
Cake day: June 20th, 2023

help-circle




  • To be fair, we basically just elected a Biden-style neoliberal who is slightly to the right of Trudeau. As affordability continues to gradually decline, our Trump (Poilievre) or a similar guy will be even more empowered. We’re basically a few years behind the USA right now and your right are actively trying to speed it up.



























  • Or you’re stuck within the confines of a horrible legacy system which the business will not allow you the time to refactor/rewrite but still want your code to be somewhat readable.

    But in general, I agree with your argument. When writing from scratch or improving reasonably well designed code, often documentation could be replaced by breaking it up into another function or naming variable better. It’s a bit of a code smell for violating the SRP. And yet there are times that documentation is needed for the “why”. Things are nuanced I guess.