Legacy Coderetreat: Part 15 – Refactor Conditionals by Explaining Variable
Refactor conditionals: Explain Variable
Blog post series
This blog post is part of a series about legacy coderetreat and legacy code techniques you can apply during your work. Please click to see more sessions about legacy code. 
Purpose
When you try to read a code base that has many conditionals, often the problem is that the condition itself is very hard to understand. This technique improves the conditionals by making them clear and very easy to read.
