Assert() in the hands of bad coders
Using assert() creates better code, as programmers double-check assumptions. But only if used correctly. Unfortunately, bad programmers tend to use them badly, making code worse than if no asserts were used at all. They are a nuanced concept … Continue reading Assert() in the hands of bad coders