+ 2
What's makes good programmer good!?
search on who is good programmer
2 Antworten
+ 3
Looking at a problem and solve it and use the internet to your advantage to help you solve the issue at hand
- NOT COPYING just looking for help and looking at similar code and nit pick and put your OWN input into your program to get the answer.
- Getting out scratch paper or a white board and write some pseudocode formulating an algorithm that makes sense.
- Trial and error learn from your mistakes in getting errors and bugs thats where the internet comes in.
- Most of all patience all experts were beginners at one point you need to love it even through the tough times.
- Have Fun !!!
- 1
dry(don't repeat yourself) code and readability.