It was before valgrind. Besides, valgrind isn't always available, it requires all code paths to be tested, and it can be really slow making it impractical for some code.
Default initialization, on the other hand, gives 100% coverage. Experience with it in D is a satisfying success.
WalterBright|1 year ago
Default initialization, on the other hand, gives 100% coverage. Experience with it in D is a satisfying success.
lttlrck|1 year ago
WalterBright|1 year ago