• 3 Posts
  • 3 Comments
Joined 1 year ago
cake
Cake day: June 10th, 2023

help-circle

  • I’m interested in this. I want to host my own Lemmy, Bookwyrm, Matrix, etc. servers but I find that not having access to appropriate password resetting is a deal breaker for not only me but for anyone I would like to join. I looked in to some email services but couldn’t find one that wasn’t charging more than it would cost to run the actual website

    With a Lifetime plan, at least it’s a one time purchase and I don’t have to have yet another subscription eating away at my bank account

    How do you like the service so far? Any issues with emails being marked as spam or being undeliverable?



  • I think you have a point with the moving target, but also I believe that development should pretty much always be a moving target. You should be refactoring your domain based on new experiences and new knowledge all the time. So, personally, I find integration tests much more useful, because they test the input and output of a system, rather than how it’s implemented. I can change my domain without having to modify my tests and that makes changes to the domain much simpler.

    That being said, I also definitely recognize the advantages of TDD, I just don’t think it’s a silver bullet; there’s good projects for it and bad ones