Working With Legacy Code: Extending Shiny Modules with the Sprout Technique and Test Driven Development

Making changes to a legacy system can be daunting. How can we develop code when we don’t have unit tests for a part of a system we need to change? How do we ensure a new feature is unit-tested when the rest of the codebase lacks them? One approach ...


Continue reading: Working With Legacy Code: Extending Shiny Modules with the Sprout Technique and Test Driven Development


http://dlvr.it/Sx6Slz

تعليقات

المشاركات الشائعة من هذه المدونة

How to add R {magrittr}’s %>% Pipe Operator in VSCode as Keyboard Shortcut