|
2
|
|
|
Of Off the top of my head:
- Functions which don't fit on one screen are candidates for refactoring
- If you have more comments than you have code, that's too many comments
- Any piece of knowledge should exist at one and only one place (the DRY principle)
|
|
|
|
1
|
|
|
Of the top of my head:
- Functions which don't fit on one screen are candidates for refactoring
- If you have more comments than you have code, that's too many comments
- Any piece of knowledge should exist at one and only one place (the DRY principle)
|
|
|