What about you guys? How can this "problem" be solved? or...its ok?
How often do you "Google" while programming?
1–10 of 21 posts
Re: How often do you "Google" while programming?
#2Re: How often do you "Google" while programming?
#3It is like reaching for a reference book albeit, perhaps one that is less edited. Reference books exist for a reason... to reference.
Re: How often do you "Google" while programming?
#4Learn the big, important concepts in a variety of domains, and don't ever worry about memorizing the finicky details (which might very well change in the next release anyway).
Re: How often do you "Google" while programming?
#5Re: How often do you "Google" while programming?
#6It is like reaching for a reference book albeit, perhaps one that is less edited. Reference books exist for a reason... to reference.
But, the old way of referencing is using an index, so I think I should go to javadocs and look for the method and not search for "how to do xyz+java"
Re: How often do you "Google" while programming?
#7On the other hand, there is usually an impedance mismatch between the description of the problem and the actual solution. Take a look at the horror stories on The Daily WTF. http://thedailywtf.com/
Anyway, try to read as much code as possible, both good and bad, find a mentor(s), be able to take constructive criticism, and just persevere, and you should be fine.
Re: How often do you "Google" while programming?
#8It is like reaching for a reference book albeit, perhaps one that is less edited. Reference books exist for a reason... to reference.
But, the old way of referencing is using an index, so I think I should go to javadocs and look for the method and not search for "how to do xyz+java"
Re: How often do you "Google" while programming?
#9Re: How often do you "Google" while programming?
#10It is like reaching for a reference book albeit, perhaps one that is less edited. Reference books exist for a reason... to reference.
But, the old way of referencing is using an index, so I think I should go to javadocs and look for the method and not search for "how to do xyz+java"
(I've probably queried some variant of [java Pattern 5] hundreds of times to look up Java regex syntax. It's odd to see that the Sun Javadocs have now dropped from the rankings for this query with the Oracle re-domaining, and now some Columbian University mirror is the top hit.)