Tresler's Rules of Drupal

An ever growing list:
  1. If you ever hard code a nid into a module, STOP, you are doing it wrong.
  2. Thou shalt not output html without a theme function
  3. If you ever write db_query in a .tpl.php file, STOP, you are doing it wrong
  4. Don't make a view with one node just so you can make it a block. Just make a block.