Year: 2014
-
A few words about (unit) testing
Written by
on
Purpose of testing I think every developer knows something about different types of testing (unit, integration, functional / acceptance, regression, etc.). Add to this performance testing, black-box testing and you…
-
Reasons to avoid Try/catch/swallow block
Written by
on
This question has been asked multiple times before: why is “try { … } catch {}” a bad practice? ([0], [1], [2]). All of those answers are good, but I would…