Pages

Few tips to be a good programmer


To be a good programmer this tips maybe useful:
  • Try playing around with the pre defined methods like writing those methods on your own or add few more features top of an existing predefined methods
  • Write a code by keeping in mind for its resusability and maintenance 
  • Maintenance is the key thing as in case after you leave that project the other developers must easily understand your code and able to make changes.
  • Write comments wherever necessary so that you can easily recollect the code in future.
  • Try to decrease the number of lines if possible 
  • Every problem can have a solution via coding but make sure you do the efficient one based on process time 
If any suggestions to this please feel free to post them using below comments section.