+ 6
Steps for Mastering java
How long will it take to be perfect coder? A good answer will be appreciated
6 Answers
+ 7
After 1000hrs of coding!š
+ 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.
+ 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
+ 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)
+ 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.
+ 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/