Speaker

Description

The first time I saw this powerful refactoring technique demonstrated, I was confused. It seemed like some dark magic indeed. But then I tried a practical example for myself, got my head around it and fell in love. “Lift up conditional” allows you to take messy code filled with nested conditionals and repetitious code, and detangle it into something simple and beautiful that will suddenly be easier to understand and cheaper to maintain. Join me for a hands-on example and your own moment of revelation.