Revision history of "Replace Magic Number with Symbolic Constant"

From CSSEMediaWiki
Jump to: navigation, search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • (cur | prev) 23:57, 14 October 2009Matthew Harward (Talk | contribs)(540 bytes) (New page: Any time that a number is hard coded into the text, it should be replaced by a constant value for that class. == Example == public int power10(int num) { int result = 1; for(int i =...)
Personal tools