Pyramid of Refactoring – clear flow

Pyramid of Refactoring

PyramidOfRefactoring2019-07-15 11-08-14

…before you finished dealing with clear sequential flow
Clear flow means that you are able to read and understand your code easily and quickly. This means that it doesn’t contains things like mysterious field / variable names, (deeply) nested conditions and loops.

Leave a comment