Talk in English - US at Longhorn PHP Conference 2021
Track Name:
Elm
View Slides: https://docs.google.com/presentation/d/1T0OUSG8Mhbh4Oj8dMrjE8p3JKFmC7r77d_MOjgaVssk/edit?usp=sharing
Short URL: https://joind.in/talk/b2758
(QR-Code (opens in new window))
Refactoring is often a murky subject for development teams. It might seem too daunting or not allowed by the pace of development. It can be misunderstood by stakeholders as something of low business value.
But how valuable is a product suffering from unaddressed code rot? How fast can we go if our product loses its ability to add or change features over time?
Switching to the next shiny new software development methodology won’t matter much for productivity if refactoring is not an adored habit.
I'd like to show you how to apply a broad catalog of refactoring patterns alongside automated tooling (IDE's, Rector, PhpUnit etc.) to help keep your codebase flexible and enjoyable.
We’ll learn how to identify high-value refactoring targets, what we can do about them, and how to help everyone see refactoring as one of the most effective ways to care about each other and our customers.
Comments
Comments are closed.
Excellent
Great insights on methodologies, tooling and patterns for improving our code overtime
Great talk, even if he does besmirch the good name of VIM.
Very useful, and nice to see the live-coding session ;-D
Excellent talk! Very useful!
This was really fantastic. High energy and easy to follow with lots of really great examples.
Very helpful!
live coding and great insights
Good stuff, I plan on implementing some of the things talked about in this session.