View Single Post
  #5 (permalink)  
Old 01-06-2008, 05:59 PM
tim's Avatar
tim tim is offline
Senior Member
 
Join Date: Dec 2007
Location: South Africa
Posts: 334
tim is on a distinguished road
Typo tip
Hello hasani6leap.

Every programmer has made a typo once. In my opinion, if you type less you make less typing mistakes. Today, a programmer does not have to type out everything. Many IDEs provide shortcuts by giving you a list of methods, code snippets and more to complete code for you. For example, NetBeans can create method definitions for methods that you still need to implement, if you press ctrl+space and choose the correct method. (shown with "-implement") Try looking into this. It might help.
__________________
If your ship has not come in yet then build a lighthouse.
Reply With Quote