Jump to content

Talk:Dead code

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Magicoast (talk | contribs) at 19:53, 23 January 2011 (Java: new section). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Vis-a-vis standard and published definitions of dead code, redundant code, and unreachable code,[1][2] I have updated and changed the articles for dead code, redundant code, and unreachable code. --Dorchard (talk) 22:41, 20 October 2008 (UTC)[reply]


Inconsistent definitions

In the introduction, the article says that dead code _is_ executed, but that the result is never used. Afterwards, the second example states that the code in the example is never executed, thus dead code. If the definition of dead code does cover both cases, it should be stated in the introduction. 77.188.10.7 (talk) 17:04, 21 November 2010 (UTC)[reply]


This page is noted as a stub, but I'm not sure there is really anything more to be said than is already here.

Maybe an example or something. Also, please sign your posts. Wouter Lievens 19:00, 13 July 2005 (UTC)[reply]

Merge?

Is dead code the same thing as unreachable code? Should there be a merge? Deco 18:43, 3 August 2005 (UTC)[reply]

Removal

I removed this sentence:

... indeed, it is by definition performing no function it is hard to prove a negative

Perhaps it can be reworded? --216.232.210.238 00:39, 28 August 2005 (UTC)[reply]

Java

If you mention Java compiler, then mention C/C++ compiler (or other) as well, or it is not NPOV.