• 0 Posts
  • 4 Comments
Joined 9 months ago
cake
Cake day: September 28th, 2023

help-circle


  • He needs someone like you for sure. It seems a lot of people who get radicalized double down so hard they lose their friends and family and then can only justify doubling down further due to the Sunken Cost fallacy.

    It’s like with flat earthers: “well I stopped talking to everyone I cared about over this so if it’s not true then that was all for nothing”


  • That’s silly. I’ve never seen comments even as a way to explain what your code is doing (the code often does do that anyway). It’s important to say WHY you’re doing it the way you are.

    That way anyone else who comes in there can have the same context you did when you implemented it, which imo is where most bugs occur. People don’t realize what assumptions you made when it was first written, and then make their own (which can easily clash).