In January join us at Runway East for 2 exciting talks. First we'll learn all about the Test to Break principle. And then we'll discover how to tackle legacy code bases.

Wednesday 9th January 2019

19:10
13
Test to Break Principle
Talk by Rob Waller (50 minutes)

he talk aims to highlight the importance of testing, why developers must spend more of their time testing, how testing generates more robust applications and why testing makes developers' lives easier. The talk is based around a live coding demo. The talk will: - Explain the difference between tests that prove an application works and tests which aim to break the application logic - Highlight how test to break principles force developers to introduce logic to handle unexpected behaviour - Show how test to break principles result in more robust applications as developers write code that can only be used in one way - Encourage developers to apply test to break principles to all types of tests, including manual tests.

20:10
12
Let's get you geared up to tackle legacy code
Talk by Frederick Vanbrabant (50 minutes)

The first step of working with legacy code is realizing the incredible amount of value that has dropped in your lap. In this talk, we are going to pinpoint that value. And move that value in a better to maintain and understand codebase. First, we will cover the general mentality that will make it easier to prepare a plan of attack. Next up are more technical tips that will make it easier to talk about the code. We will end off the session by actually porting a small piece of code.