Another important aspect of writing good programs is clear code, not the number of tests or the number in the code coverage report. Everything is simple here. Think: Can others read the code? Or, even better, can you write the code yourself today and understand it weeks later? “In computer technology, there are only two […]

