Refactoring: a real case of a nested if structure transformed into a chain of responsibility
Francesco Bonfadelli
18 Sep 2018 · 25 min read
In this post my colleague Francesco Bonfadelli will show you how to transform a nested if structure into a chain of responsibility.