Tip of the day #2: How to code faster

Coding faster is essential when your time is money. Here are some exemplary steps:

  • Use a suitable code editor that gives you snippets and has an advance editor intelligence. Aptana is a good choice in this case, giving it a try is a must.
  • Use a text expander. Again, Jeffrey Way has explained the benefits in this article. Be aware that if you use Texter, it may cause troubles in some applications that use shortcuts - I’ve had problems with Photoshop.
  • Make sure you obey the DRY programming principle.