Why, Oh Why Was This Added?
In this post, I take you on a debugging journey and show you why it might be a good idea to add a comment next to a certain method. The post Why, Oh Why Was This Added? appeared first on Blog by Žiga Miklič .
In this post, I take you on a debugging journey and show you why it might be a good idea to add a comment next to a certain method. The post Why, Oh Why Was This Added? appeared first on Blog by Žiga Miklič .
An example of using a unit test to boost our confidence when making refactorings. The post Refactoring With Confidence appeared first on Blog by Žiga Miklič .
Building a remarkable career takes more than just programming skills. The post Lessons Learned: The Passionate Programmer appeared first on Blog by Žiga Miklič .
Improving the codebase can be done one tiny step at a time. The post Micro Refactoring appeared first on Blog by Žiga Miklič .
A short story about a lesson I had to relearn. The post A Short Cautionary Tale About Refactoring appeared first on Blog by Žiga Miklič .
How to make sure the array reference is not lost when emptying it. The post Empty An Array Without Losing Reference appeared first on Blog by Žiga Miklič .
See how to get a list of all the routes for your app. The post Simple Sitemap For Vue Router appeared first on Blog by Žiga Miklič .
How to add a Webpack loader if a default one is already set. The post Adding a custom loader in a Vue CLI app appeared first on Blog by Žiga Miklič .