#tdd
Read more stories on Hashnode
Articles with this tag
Exception and Logs for troubleshooting · We are all familiar with exceptions. We love and we hate them. But after all we will use it in different ways in...
Exponential Growth ! · So lets say we have the following code: def several_scenarios_method(val): if eval_condition1(val) or eval_condition2(val: ...
Should we hide our errors under the carpet ? · Lets say that a developer code a cool new class in a rainy monday: public class IntrovertedClass { ...
Lets say we have a little beautiful code like this: def little_function(): do_something_a() But then some lovely PO tell us that method...