Content deleted Content added
Added note about generalized dead code and paragraphed |
Bjmcculloch (talk | contribs) mNo edit summary |
||
Line 1:
In [[computer programming]], '''dead code''' typically consists of blocks of programming instructions or entire routines that
The presence of dead code may reveal either logical errors due to alterations in the program or significant changes in the assumptions and environment of the program (see also [[software rot]]); a good compiler should report dead code so a maintainer can think about what it means. Many times dead code is inserted by a defensive programmer for [[can't happen]] tests that really can't happen (yet). Other times dead code is inserted by the programmer for debugging purposes but has yet to be removed.
|