Steps for Mastering java | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 6

Steps for Mastering java

How long will it take to be perfect coder? A good answer will be appreciated

24th May 2018, 12:45 AM
Vengat
Vengat - avatar
6 Answers
+ 7
After 1000hrs of coding!😉
24th May 2018, 1:21 AM
Mayank Rampuriya
Mayank Rampuriya - avatar
+ 6
Perfect coder doesn't think about how long it'll take, because the perfect coder is in love with the process. Fall in love with programming and find your passion for it, and you'll be the perfect coder.
24th May 2018, 1:36 AM
Fata1 Err0r
Fata1 Err0r - avatar
+ 5
You can even become a perfect coder in a day, but you must practise hard and revisit all your concepts and seek clarity when you lack it
24th May 2018, 1:26 AM
👑 Prometheus 🇸🇬
👑 Prometheus 🇸🇬 - avatar
+ 3
"No man is perfect" You can become a good programmer after much practise (I am rusty hence I dunno where this was already mentioned)
24th May 2018, 12:51 AM
👑 Prometheus 🇸🇬
👑 Prometheus 🇸🇬 - avatar
+ 3
Here is a simple technique that I use to master whatever I'm learning (doesn't matter what subject usually). Read through the entire language first, even if you don't fully understand it yet. Then practice what you can remember from it. Read through all of it again, but this time write down notes of anything you still don't understand fully. Afterward you'll use your notes to go extensively research those concepts and then practice them to solidify your learning. Keep repeating this process until you can read through it and don't have to write down anything on your notes.
24th May 2018, 12:27 PM
Fata1 Err0r
Fata1 Err0r - avatar
+ 2
1) Start from the zero level. 2) If you are completely new to Java programming , buy either “head first java” or “java the complete reference” book. 3) Look for a courses on coursera or edx as these websites offers wide range of java courses from beginner to advance level. 4) In starting phase don’t use IDE's like Net beans or Eclipse , only code in Editors like notepad or notepad++. 5) Reason for above point is , it will help you to learn basic important things of java programming language in depth as IDE's are not good for in-depth learning but for fast product delivery. 6) Writing code is easy , but writing clean code is what makes you a great programmer , and for that refer to Clean code by Robert C.Martin. This book will help you a lot in writing well managed and understandable code for N number of languages. Read More:- http://crbtech.in/Java-Training/career-java-programming-quick-learning-tips-to-master-java-programming/
24th May 2018, 7:05 AM
pranit patil
pranit patil - avatar