• 0 Posts
  • 3 Comments
Joined 1 year ago
cake
Cake day: July 2nd, 2023

help-circle
  • Remember when China told Google to censor web search results and Google said, “No. How about we show those search results with notes that they were censored and why since the sites will be blocked anyway?”, and China was like, “You can’t show them at all.”, and Google said, “Fuck you. We’d rather lose access to the Chinese market than violate our principles.”, and instantly shut down any service in China that would require censorship or disclosing private data and closed all Chinese offices working on any of those technologies?

    What a time we’re living in.



  • I agree for inline code comments, like, “# Save the sprocket”, right above the line that saves the sprocket. Does this include documentation? Because when I see a prepareForSave function that references 10 other functions and I just want to know, “Is this mutating and how is it preparing for save and when should I call it?”, having the author spend 15 seconds telling me is less time consuming than me spending 5 minutes reading code to find out. Anyone who has read API docs has benefited from documentation.