Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)MU
Martin @feddit.nu
Posts 2
Comments 167
TIL it's estimated that out of the 100,000 or more species of mushrooms worldwide, just over 100 are toxic.
  • I understand that you jest, but risk is not only about odds. When you calculate risk you also want to consider the severity of failure not only likelihood. If you risk shitting out your liver you want better odds than if you just risk feeling a bit I'll for a bit.

  • What's your approach for understanding a big codebase?
  • Pick a small bug or feature from the backlog and fix it. First iteration of a fix is probably shoehorned in there, then I try to adapt the fix to the code base. Matching the style and design of the code base is more important than my own preferences.

    I'm a learn by doing kind of person.