How do you increase the coder skill? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 2

How do you increase the coder skill?

I have written 9 codes and it has not affected my coder skill. Any takes?

18th Jun 2018, 5:36 PM
bklevans
bklevans - avatar
9 ответов
+ 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.
18th Jun 2018, 5:48 PM
John Wells
John Wells - avatar
+ 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.
18th Jun 2018, 5:56 PM
John Wells
John Wells - avatar
+ 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.
18th Jun 2018, 5:41 PM
Lstiti
+ 3
Explore other person's code
19th Jun 2018, 4:26 PM
Shahil Ahmed
Shahil Ahmed - avatar
+ 2
Read about Test Driven Design. It's very good practice in writing code.
18th Jun 2018, 5:55 PM
Lstiti
+ 1
so you have to write your code a specific way?
18th Jun 2018, 5:49 PM
bklevans
bklevans - avatar
+ 1
thanks everyone
18th Jun 2018, 6:37 PM
bklevans
bklevans - avatar
+ 1
it takes practise bro keep making code and keep in practising.
24th Jun 2018, 9:02 AM
Alex
Alex - avatar