Browsing Tag
refactoring
5 posts
How to Refactor Spaghetti Code – One Bite at a Time!
This week, I’ve been learning things the hard way! I’m refactoring my calendar app, partly because I’m applying…
Confessions from a Golfer Programmer
I love code. Not all code, just beautiful code. One of my favorite activities is to refactor –…
Boldness in Refactoring
The old engineering adage: “don’t touch it, it works”. Is terrible. Don’t listen to it. It might be…
Signs that your refactoring is bad
Last time, we saw how to spot signs that your PHP code needs refactoring: Signs that your PHP…
Refactoring #6: Improve Code Quality in Laravel using Rector
I recently discovered Rector and was completely blown away by its power and effectiveness. The promise is simple:…