Skip Navigation
Jump
Pick your extraction method!
  • I grew up withbmoka and I recently discovered aeropress.. it's so much better with anything that is not 100% robusta

    1
  • Small coffee shop in Alba, Italy

    73
    Jump
    Me, migrating my code from JavaScript to TypeScript:
  • this is terrible advise - you should be using unknown. using any you're basically disabling TS and will be under the false assumption that your code is ok while it's most likely missing a lot of runtime checks

    20
  • Jump
    Me, migrating my code from JavaScript to TypeScript:
  • using any is actually much worse than using TS, because you're basically telling the compiler "don't help me here".. at least with JS the IDE is gonna help you.. :/

    12