Which's the better approach to programming? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Which's the better approach to programming?

The internet contains a lot of information on programming. New programmers are usually overwhelmed with the flood of info. Solving problems with code can follow two approaches. 1. Use the algorithm in your head to write the code from scratch. 2. Surf the web for the necessary algorithm Which of them is better? Does the first increase one's ability to think like a programmer?

9th Apr 2019, 4:31 PM
Osinachi Chukwujama
Osinachi Chukwujama - avatar
2 Answers
+ 6
The first approach is what you have to use,it helps you grow as a programmer. Ask for help when your stuck. Practice makes perfect,the more you do it yourself,the easier it will become.
9th Apr 2019, 5:18 PM
Mensch
Mensch - avatar
+ 4
Googling and copypasteing algorithms may let you write a program more quickly but you won't train your algo muscle. Writing it yourself without help will take longer but you will get a good workout.
9th Apr 2019, 5:22 PM
HonFu
HonFu - avatar