I’ve been in this industry for over a decade now, and the one thing I’ve learnt is that you should never believe the hype. Technologies come and go, things get superceded, things improve. You just need to look at the technologies or frameworks that are no longer with us, such as Flash and those that…
Tag: automation
Linting - How to Improve your Code Quality and Enforce your standards!
Linting powerful way to keep your code in line with the latest standards and to keep a shared codebase following a set of chosen principles. We’ll run through the what, how and why’s explaining how you should go about implementing this solution in your code today.