-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathworkshop-refactoring-joshua.html
58 lines (49 loc) · 4.58 KB
/
workshop-refactoring-joshua.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
---
layout: default
title: The Art of Refactoring | Workshops |
bodyClass: page-workshops
---
<section class="jumbotron">
<div class="container">
<div class="col-xs-12 col-md-8 col-md-offset-2 workshop-summary">
<p class="date">4th Oct 2016</p>
<h1>The Art of Refactoring</h1>
<ul class="list-inline">
<li><img class="photo" src="images/speakers/joshua.jpg" alt="Joshua Kerievsky"> <span class="trainer-name">Joshua Kerievsky</span></li>
<li><img class="photo" src="images/speakers/gerard.jpg" alt="Gerard Meszaros"> <span class="trainer-name">Gerard Meszaros</span></li>
</ul>
</div>
</div>
</section>
<section id="workshop-detail" class="content workshop-detail">
<div class="container">
<div class="col-md-8 col-md-offset-2">
<h3>Venue and Time</h3>
<p><a href="http://www.hotelgrandpacific.com.sg" target="_blank">Hotel Grand Pacific</a> (<a href="https://www.google.com/maps/place/Hotel+Grand+Pacific/@1.2975014,103.8505593,17z/data=!3m1!4b1!4m5!3m4!1s0x31da19a4e9f1ed83:0xb46964336845a2a6!8m2!3d1.297496!4d103.852748" target="_blank">map</a>)</p>
<p>Workshop starts at 9am and ends at 5pm</p>
<h3>About</h3>
<p>Code that is difficult to understand, hard to modify and challenging to extend is hazardous to developers, users and organizations. Refactoring, or improving the design of existing code, is one of our greatest defenses against such code. Yet many programmers lack formal training in refactoring. Furthermore, management tends to lack knowledge about the value of refactoring. This one-day workshop is designed to address these needs. You’ll learn the art of refactoring safely, when, why and how to refactor hazardous code, strategies and tactics for refactoring, as well as refactoring to patterns. You’ll also learn how refactoring impacts business concerns and vice-versa. Come to this class prepared to code with a pair and a mob as we refactor example code and help you learn the art of refactoring.
</p>
<h3>Learning Objectives</h3>
<ul><li>Learn to refactor safely
</li><li>Improve designs via refactoring
</li><li>Practice using refactoring tools effectively
</li><li>Spot typical coding hazards & transform them into safer designs
</li><li>Understand when refactoring to, towards or away from a pattern makes sense
</li><li>Experience refactoring hazardous code & refactoring to patterns
</li><li>Study refactoring strategies and tactics
</li></ul>
<h3>Intended Audience</h3>
<p>Programmers with experience in Java, C# or C++. Code exercises will be in Java. Bring Eclipse or IntelliJ IDE.
</p>
<h3>About the Trainers</h3>
<p>Joshua is a globally recognized thought leader in Agile and Lean software development. He is an entrepreneur, author and programmer passionate about excellent software and discovering better, faster and safer ways to produce it. As the founder and visionary leader of Industrial Logic, Joshua is currently defining what it means to practice modern agility. Modern agile practitioners work to Make People Awesome, Make Safety A Prerequisite, Experiment & Learn Rapidly and Deliver Value Continuously. Joshua is a sought-after international speaker, author of the best-selling, Jolt Cola-award winning book, Refactoring to Patterns, and a guru-level practitioner of Lean/Agile methods. His pioneering work in Agile processes has helped popularize Agile Readiness Assessments, Chartering, Storytest-Driven Development and Iterative Usability, many of which are now standard in Agile/Lean processes. He is an active blogger on forward-thinking, modern software topics with an edge.
</p>
<p>Gerard Meszaros is an independent software development consultant and trainer with 30+ years experience in software and over a decade of experience in agile methods. He started doing eXtreme Programming in 2000 and quickly discovered that close attention to test code craftsmanship was essential to keep the cost of change low. He described his key learnings in his book xUnit Test Patterns – Refactoring Test Code. Since then he has turned his attention to applying the same concepts to organizing the automated acceptance tests as executable examples. He has coached teams and taught courses as far afield as China, India, Japan and Europe. He is also the CTO and Product Owner of FeedXL.com which provides a web-based diet optimization tool for horses.
</p>
<ul class="list-inline controls">
<li><a class="btn button reverse" href="workshops.html">More Workshops</a></li>
</ul>
</div>
</div>
</section>