+ 2
How do you increase the coder skill?
I have written 9 codes and it has not affected my coder skill. Any takes?
9 Antworten
+ 9
A second helpful method is read and figure out how others write their code. I've been coding since 1973 and learned something new reading someone else's code yesterday.
+ 6
No. You can write in many different ways. However, there are some tricks that make code both shorter and easier to understand. You have a tendency to write your code in a similar method every time you code something. Others have figured out a completely different method. These methods both work, but sometimes one solves the problem in a much better way. Adding that to your coding set of methods lets you pick the way that makes the most sense for the problem you next tackle.
+ 4
First of all you need to write a code. A lot of code. Secondly read and learn about design patterns, algorithms and other It stuff.
+ 3
Explore other person's code
+ 2
Read about Test Driven Design. It's very good practice in writing code.
+ 1
so you have to write your code a specific way?
+ 1
thanks everyone
+ 1
it takes practise bro
keep making code and keep in practising.