M
Miguel Farah
My organization is as metrics-hungry as any (I work for a certain large
Investigating further, I managed to "determine" the number of errors,
by removing individual source files, one by one, until the number of
errors dropped below 100 (28, to be precise). Almost all of them are
due to missing libraries (which eases the burden considerably), and
only
around 50 are due to true syntax errors.
Now, I'm on the same process with the warnings...
North American aerospace company which does defense contracting), so I
can certainly appreciate the pressure one feels to produce such
numbers.
[......]
3. Turn what a human would consider a "single error" into a godawful
long cascade of errors, which goes away as soon as you "kill the head
vampire."
4. Seg fault (well, it happens...).
Investigating further, I managed to "determine" the number of errors,
by removing individual source files, one by one, until the number of
errors dropped below 100 (28, to be precise). Almost all of them are
due to missing libraries (which eases the burden considerably), and
only
around 50 are due to true syntax errors.
Now, I'm on the same process with the warnings...