Catch Programming Errors as Early as Possible
Written by Grigory Rechistov in Uncategorized on 11.04.2015. Tags: debugging, errors,
Subj. That will save you a lot of trouble. Finding a mistake one level later costs ten times more.
For conventional programs, one can catch errors at these levels.
- Build environment assessing. Examples: host OS, host bitness, compiler version. Sense for environment and compare it with known/supported to you …