Changes between Version 2 and Version 3 of GoodCodeExamples


Ignore:
Timestamp:
05/20/09 14:54:03 (16 years ago)
Author:
meddle
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GoodCodeExamples

    v2 v3  
    11Here we will be adding examples of good code, if you want to add somethings, please talk with the integrators first. 
     2 * Example for good equals method. 
     3  * You can use the mouse-right-button menu in the source code area of eclipse -> Source -> "Generate hashCode() and equals()..." for template, but refactor it to look like the example bellow: 
     4 {{{ 
     5 }}}