How to Optimize for Change in Software Development

1 · freeCodeCamp.org · May 19, 2021, 5:42 p.m.
Imagine that you work at Magic Money Corp, which runs on just three lines of JavaScript: let input = { step1: 'collect underpants' } doStuff(input) profit(input) // $$$!!! Now imagine that something's wrong with doStuff and you need to take it down for maintenance. What happens if you temporarily comment out the second...