Is it true that we should always avoid comments in our code? In my opinion, no: let’s see when adding comments is not only good but necessary.
Continue reading
The most important trait of Tests? They must be correct. The second one? They must be readable. The AAA pattern helps you write better tests.
Continue reading
When a function has too many parameters, it’s clear that something is wrong. But… why? What are the consequences of having too many parameters?
Continue reading
Smaller functions help us write better code, but have also a nice side effect: they help us to understand where an exception was thrown. Let’s see how!
Continue reading
Smaller functions help us write better code, but have also a nice side effect: they help us to understand where an exception was thrown. Let’s see how!
Continue reading