The freshest news from the BitBakery
When it comes to maintaining code on our projects, we adhere to the campground rule – “always leave it better than you found it”. If you’ve ever updated a web project, you may have found some less than stellar comments and code.
One of the biggest challenges can be trying to read through undocumented CSS. You can lose valuable hours investigating design rules just so you can make a simple update and keep within the existing style guide.
There’s always the temptation to write new classes. Sometimes time isn’t on your side and the change needs to be done now. We know C ...