4 ms·
If your method only has one responsibility, the chance that you need to "hide" any code is almost nonexistant.
by kevinkemp 15y ago
If your method only has one responsibility, the chance that you need to "hide" any code is almost nonexistant.
- jasonlotito 15y agoOf course, if your methods are properly written, the chance you need to "see" all the code is almost nonexistent.