What can I do to be a programmer
I want to be a good programmer
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Deepak RatanPosted Mar 3, 2015, 2:13 AM
1. Work on Basics
2. Start putting question tags (how, what) with every set of code you write
3. You learn more by helping others
4. Write simple, understandable but logical code
5. Spend more time in analyzing the problem, you'll need less time to fix it
6. Be the first to analyze and review your code
7. Don't dismay yourself by looking at changing technology world
8. Work-arounds don't work for longer time
9. Read documentation
10. You can learn from others code as well
Michal HabalcikPosted Mar 1, 2015, 6:33 AM
Also, coding standards like design patterns or SOLID are a must. Following several sites like c-sharpcorner is a great start and you can learn a lot.
Anil KumarPosted Mar 1, 2015, 3:44 AM
I can suggest you few things that can help you:-
1) The first the the most important - Practice, Practice & Practice
2) Thing twice about the solution before starting coding
3) Try to solve problems of others (you can use forums)
4) Try to find the alternative ways for the solution (short methods of what you have done)
5) Always follow coding standards (it will help you future)
6) Use proper comments so that you can easily understand you code in future
I hopes this helps!
To help others, Please mark the answer as Accepted if it solves the purpose