+ 2
How to become a perfect programmer ?
I am trying my best to become a programmer but need help and tips and tricks
4 ответов
+ 7
Perfect? Impossible! Everybody programs mistakes once in a while.
Expert or awesome is doable. Never stop learning, read every code you find to learn new tricks (even newbies have taught me a different method of doing something I never considered,) search the web for tricks (experts post suggestions or answer somebody's question everyday,) and most importantly practice. Try to take that working program and implement it completely differently. I've found that a lot of times I can cut my code in half doing that.
+ 4
There is mo magic formula for becoming a good programmer. It’s all about how much you practice and how much effort you put in it. Pick a goal, like I want to build an application that does this thing, and stick with it until it’s done. Then move to the next project/application. As a programmer you’ll never stop learning!
+ 4
You can’t. Just practice to become better and better, but becoming a perfect programmer? Impossible.
+ 2
read " clean code" and "the clean coder" from Robert C. Martin.