What Makes a Good Programmer?
Here are some suggestions for the fresh graduates and the college freshmen on how to become a good programmer.
- Strong skill of one or more good languages like C++, Java and C#.
- Write an implementation plan (or model).
- Deep knowledge of OOP.
- Know most common algorithms well
- Be skilled in debugging in IDEs
- Add Comments to your code.
- Organize your code
- Test (Unit Test)
- Practice
- Read codes from others
