Moin

  • 1 Post
  • 6 Comments
Joined 2 years ago
cake
Cake day: March 11th, 2024

help-circle
  • I wouldn’t say “correct” as this implies all alternatives should be discarded. As we have the commo, decentralized protocol everyone can use the software which fits their needs / subjective preferences.

    For example Misskey / Sarkey are intersting alternatives to Mastodon as they offer neat features. And Piefed is currently gaining a lot of users (also from Lemmy).



  • I tried TDD in a personal project recently and it got annoying pretty fast. It was also a project where I tried a new Framework so writing test when one doesn’t know how things behave exactly results in adjusting the tests afterwards anyway.
    Thinkimg how I want to designe my API upfront while discovering the details as I go served me well in the past (still in context of personal projects).

    It also doesn’t help when my tests have more bugs than the tested code…