Kai Chevannes

41%
Flag icon
In general, developers tend to break up methods too much. Splitting up a method introduces additional interfaces, which add to complexity. It also separates the pieces of the original method, which makes the code harder to read if the pieces are actually related.
A Philosophy of Software Design
Rate this book
Clear rating
Open Preview