Tired of testing? You're not alone. Lots of developers get stuck in a rut and stop testing, but this is a huge mistake. Testing can help you write cleaner code and make it more maintainable for...
Posts by Kristijan Kralj
I've been writing code for over ten years, and I've seen the entire spectrum of code quality. During that time, I've seen plenty of projects that are in a constant state of decay, and I've seen...
There are only two types of issues in the codebase. Some issues, like bugs, are so bad that you should remove them immediately. They cause the application to behave incorrectly and usually lead to...
Mastering 10 Unit Testing Best Practices: Your Ultimate Guide
These days, you live in a world where virtually every application is developed in a dynamically changing environment. This environment can consist of a rapidly changing customer base, a...
You know how they say in those gangsta movies: Snitches got stitches? Well, even though I'm not a snitch, I had two stitches that my doctor had to remove a few weeks ago. During my last annual...
Do you know why the Titanic was sunk? Because of the iceberg. As you know, the iceberg has two parts. One part is above water, and the other is below the water. Ultimately, the Titanic has...