//How many years will it take to become an expert programmer?
17 Replies - 3950 Views - Last Post: 12 July 2011 - 08:12 AM
#1
How many years will it take to become an expert programmer?
Posted 22 June 2011 - 08:09 AM
Replies To: How many years will it take to become an expert programmer?
#2
Re: How many years will it take to become an expert programmer?
Posted 22 June 2011 - 08:11 AM
This thread is a good place to start for Java. There is no magical formula or given number of years. It depends on the person, their aptitude, and the amount of effort they put into it.
#3
Re: How many years will it take to become an expert programmer?
Posted 22 June 2011 - 08:15 AM

POPULAR
int i = 0;
Person you = new Person(); // no points.
while (you.getLife() != null){
you.addCodingMasteryPoints((++i));
}
#4
Re: How many years will it take to become an expert programmer?
Posted 22 June 2011 - 10:34 AM
Above from what mac trixt.er and pointed, I amy say it depends on:
- How much time you use to study and practice per day?
- Which way you use to study? Are you among those copy/paste code and then say I get it? Just finding done projects from internet and run it?
- Do you follow what is going on in IT world? because everyday new things and technology are added
So, to get better in programming:
- Use your time well
- Dont just copy/paste code from books or internet, understand things and use your head to think more
- Dont feel shy to ask when you get trouble, use internet, fellows and forum like this
- Follow for new technologies and programming news to know what tech is used now!
- Dont panic when you get maany errors in your trial, just keep going
- How much time you use to study and practice per day?
- Which way you use to study? Are you among those copy/paste code and then say I get it? Just finding done projects from internet and run it?
- Do you follow what is going on in IT world? because everyday new things and technology are added
So, to get better in programming:
- Use your time well
- Dont just copy/paste code from books or internet, understand things and use your head to think more
- Dont feel shy to ask when you get trouble, use internet, fellows and forum like this
- Follow for new technologies and programming news to know what tech is used now!
- Dont panic when you get maany errors in your trial, just keep going
#5
Re: How many years will it take to become an expert programmer?
Posted 22 June 2011 - 10:40 AM

POPULAR
Expert programmers usually don't even consider themselves expert programmers. Few do, but they generally earn it. (And though DiC says I'm an "Expert", I don't really agree.)
You never run out of things to learn, man.
Yours,
Shane~
You never run out of things to learn, man.
Yours,
Shane~
#6
Re: How many years will it take to become an expert programmer?
Posted 24 June 2011 - 05:10 AM
It's not a matter of how long, but how much time you put in.
There is a common saying that it takes ten years to master a skill, but what if you only spent two weeks on that skill a year?
By the 10th year you would still be a beginner.
Try not to fall into the trap I got into where I rushed core concepts so that I could be advanced quicker.
Learn each concept and learn it well.
Take a day just making a program for each concept you learn, and only until it's drilled in do you move to the next concept.
You'll be helping us noobs out here in no time
There is a common saying that it takes ten years to master a skill, but what if you only spent two weeks on that skill a year?
By the 10th year you would still be a beginner.
Try not to fall into the trap I got into where I rushed core concepts so that I could be advanced quicker.
Learn each concept and learn it well.
Take a day just making a program for each concept you learn, and only until it's drilled in do you move to the next concept.
You'll be helping us noobs out here in no time
This post has been edited by DivideByZero: 24 June 2011 - 05:10 AM
#7
Re: How many years will it take to become an expert programmer?
Posted 24 June 2011 - 12:34 PM
And there are people who will never be even after 20 years of programming
#8
Re: How many years will it take to become an expert programmer?
Posted 24 June 2011 - 12:43 PM
Moved to Java Programmers
#9
Re: How many years will it take to become an expert programmer?
Posted 24 June 2011 - 10:00 PM
trixt.er, on 22 June 2011 - 10:15 AM, said:
int i = 0;
Person you = new Person(); // no points.
while (you.getLife() != null){
you.addCodingMasteryPoints((++i));
}
Trixie, that's some whacked-out code. I think you need to add some codingMasteryPoints, quick.
It looks to me like you've got a method called "getLife()" that returns null when a life is gotten? I've seen some weird out there, but this is the first time I've ever seen true represented by a null. And why do you have programming progress increasing as the triangular numbers? (0+1+2+3+4...)
#10
Re: How many years will it take to become an expert programmer?
Posted 25 June 2011 - 05:02 AM
Oh, the irony.
#11
Re: How many years will it take to become an expert programmer?
Posted 26 June 2011 - 06:43 AM
jon.kiparsky, on 24 June 2011 - 10:00 PM, said:
trixt.er, on 22 June 2011 - 10:15 AM, said:
int i = 0;
Person you = new Person(); // no points.
while (you.getLife() != null){
you.addCodingMasteryPoints((++i));
}
Trixie, that's some whacked-out code. I think you need to add some codingMasteryPoints, quick.
It looks to me like you've got a method called "getLife()" that returns null when a life is gotten? I've seen some weird out there, but this is the first time I've ever seen true represented by a null. And why do you have programming progress increasing as the triangular numbers? (0+1+2+3+4...)
love this !
#12
Re: How many years will it take to become an expert programmer?
Posted 26 June 2011 - 08:13 AM
A life time...
#14
Re: How many years will it take to become an expert programmer?
Posted 27 June 2011 - 08:41 AM
The ten years/10K hours idea is trivially a myth, unless you believe that all skills worth acquiring are acquired in the same period of time, or unless you mean by "expertise" just that level of knowledge which is absorbed after 10K hours of exposure.
#15
Re: How many years will it take to become an expert programmer?
Posted 29 June 2011 - 01:29 AM
will take infinite yrs to be an expert............
lolzzz
lolzzz
|
|

New Topic/Question
Reply



MultiQuote













|