Software metrics (PHP focused) part 2
In part 1 I spoke about lines of code and average of lines per day. Two indexes that are quite naive. Let’s see some better metrics, most of them object oriented programming focused. Third stop: Tests and code coverage If you have unit tests you can easily control that nothing vital is broken in each… Read More »