Post #1020744
2025-12-16 16:45 UTC
#Rstats, I failed for a long time to write tests, now my tests are still bad but way better than not having some! (and maybe I am slightly getting better at it).
What helped me move on that was an @rOpenSci coworking event btw!
Replies (3)
-
@jdblischak@rstats.me 2025-12-16 17:31
@defuneste @rOpenSci Any tests are infinitely better than no tests :-) Keep up the good work!
-
@steffilazerte@fosstodon.org 2025-12-16 19:29
@defuneste @rOpenSci Oooo, we'll have to do a testing coworking session! I know who I'll ask to cohost 😉
-
@eliocamp@mastodon.social 2025-12-17 10:55
@defuneste @rOpenSci It took me forever to start writing tests but as soon as I started I realised how powerful they were. I could refactor and make changes to my code with confidence that I hadn't completely broken everything.