2 Paths Of Automated TestingIntroduction of automated testing has its costs. It takes time to learn testing, it takes time to write and maintain tests.Jan 6Jan 6
Published inDev GeniusWant To Get Even Faster Feedback From Your Unit Tests? Optimize Your Test Files Structure.When using tests as a mechanism of getting feedback on the code we write, it’s critical to get it as fast as possible.Nov 23, 2024Nov 23, 2024
Published inDev Genius3 Things Tests Can Tell You About Your CodeTesting is all about feedback, not only about catching bugs.Nov 11, 2024Nov 11, 2024
3 Lessons learned from 3 years of testing as an R developerWhen I first started working as an R developer, I knew nothing about testing.Oct 21, 2024Oct 21, 2024
How TDD Helps You Prototype Faster By Allowing You To Experiment With Your CodeWriting tests may be seen as a thing that slows you down because it makes you write more code. Not if we decouple our tests from the code.Oct 20, 2024Oct 20, 2024
Testing Code With External DependenciesA stub is a controllable replacement of a dependency in your system.Oct 18, 2024Oct 18, 2024
Don’t Expect That “Function Works Correctly”, Do This InsteadSave your future self unnecessary headachesOct 14, 2024Oct 14, 2024
Published inDev GeniusTesting components with shinytest2Tips for Shiny component libraries developersMay 23, 20241May 23, 20241
3-Step Guide For Building Plots Faster With Test Driven DevelopmentQuick Plots Development For R UsersOct 29, 20231Oct 29, 20231
3 Types Of Unit Tests That Everyone Should KnowUnit Testing Made Simple For R UsersOct 18, 2023Oct 18, 2023