• 0 Posts
  • 24 Comments
Joined 10 months ago
cake
Cake day: December 2nd, 2023

help-circle









  • Implicit in “profit so much that money becomes trivial” is that they think this tax rate should apply to very high profit businesses/individuals.

    In fact the US’ top tax rate was 90% for almost a decade and over 70% for 40 years - during a time many would consider “golden years”.

    They could have worded their statement better though.


  • You have to explicitly check if the return value is an error and propagate it. You write the same boilerplate if (err) return err over and over again, which just litters your code.

    That’s only true in crappy languages that have no concept of async workflows, monads, effects systems, etc.

    Sad to see that an intentionally weak/limited language like Go is now the counterargument for good modeling of errors.