October 29, 2016
Refactor your Workspace
Of all the peeves that drive developers crazy, it’s messy code, cluttered code, code that works, but is not as good as it could be. When we’ve finally had enough – we Refactor it and clean it up. When we check in that refactored code, most likely it breaks a slew of sloppy code somewhere else, so we go fix that. And we keep doing that – build, fail, clean, build, fail, clean – practice because at the end of the day; clean, organized code is gorgeous to look at and aligns perfectly to the vision in our heads. But