Matthias Noback – PHP & Symfony: Using phploc for a quick code quality estimation – Part 2
In part 1 of this series we discussed the size and complexity metrics calculated by phploc. We continue with a discussion about dependencies and structure.
Structure
This section gives us an idea of how many things there are of a certain type. These can be useful indicators too. For example, i...
Comments are closed.