Code or not to Code…

June 5, 2007

How to Code Efficiently

Filed under: Coding — noshi316 @ 12:53 pm

Most of the programmers while coding don’t pay attention to some basic principles like properly naming the variable, commenting , exception handling. During my experience of development, spending some time, and designing your code, saves you from lots of trouble later. When you are doing some bug fixing. Or some one else is making some changes or enhancement to your code. Here are some tips you can use to avoid common code writing issues.

  • Meaningful Names for Variables and Controls
  • Give names that are meaningful, instead of int i=0; use int totalStudents =0; This helps you in future when you are reviewing your code and you know instantly what is going around. (more…)

Getting ahead in Career

Filed under: Management Issues — noshi316 @ 9:22 am

I was just reading an article just thought to share it with you people. Many of us have problem to decide how to proceed further in their careers. These steps will help all those people.

  • Find a Mentor
  • Effective Time Management
  • Manage Your Boss
  • Negotiate for What You’re Worth
  • Delegate
  • Take Ownership

To read full article, click here

    Blog at WordPress.com.