Posts

  • Advent of Haskell, Part 1

    This year is the first time that I participate in the Advent of Code. What I learned right on the first day was that some people would finish the whole puzzle while I was still sipping on my morning coffee reading the assignment. I like challenges but I don’t know whether I can compete with what’s going on in the leaderboard. continue reading
  • About confidence, code, and tests

    Whether you’re reading a classic like “Test-driven Development by Example” by Kent Beck or a yet another article on medium. When it’s about testing, there’s always some talk about confidence. That made me think. Can you be confident about your code when you don’t have tests? The question seems ridiculous. continue reading