BIRT 3.7
Written by: Michael Williams
Featured Refcardz: Top Refcardz:
  1. Eclipse for Spring
  2. MVVM Pattern
  3. Eclipse RCP
  4. Silverlight/WP7
  5. Eclipse Plug-ins
  1. BIRT 3.7
  2. Ajax
  3. Eclipse
  4. jQuery Selectors
  5. Spring Config.

Link Details

Lumbergh says: "If you voted, that would be greeaaaattt!" Login and vote now.
Link 190479 thumbnail
User 403271 avatar

By wtfdeveloper
via makinggoodsoftware.com
Published: Jun 05 2009 / 19:51

1.- DRY: Don’t repeat yourself, 2.- Write short methods, 3.- Use good names for your classes, methods and variables, 4.- Assign the right responsibility to each class, 5.- Keep your code organized...
  • 14
  • 3
  • 3233
  • 2

Comments

Add your comment
User 270877 avatar

killerweb replied ago:

0 votes Vote down Vote up Reply

Comments are evil - and so are developers that think this. Believing that code should be enough is ridiculous. It shows laziness on the developers part, and someone that doesn't think before coding. Comments aren't just for the current author of the code, it's for the author 2 years later or some sucker that now has to work with your code. If you can't spend 2 minutes explaining why your code exists, maybe it shouldn't exist at all.

User 403271 avatar

wtfdeveloper replied ago:

0 votes Vote down Vote up Reply

Please read this other post for details in what I mean when I say that "comments are evil" http://makinggoodsoftware.com/2009/06/06/comments-are-evil/

User 204573 avatar

Gene Gotimer replied ago:

1 votes Vote down Vote up Reply

Code should be enough. If you have to spend any time explaining your code, maybe you should have written it better in the first place, rather than being lazy and just writing comments.

User 270877 avatar

killerweb replied ago:

0 votes Vote down Vote up Reply

Never seen bad code followed by good comments. But seen a hell of a lot of bad code with no comments. It silly to think someone who takes the time to comment would also write bad code. But keep fooling yourself, most lazy coders do.

Add your comment


Html tags not supported. Reply is editable for 5 minutes. Use [code lang="java|ruby|sql|css|xml"][/code] to post code snippets.