Live data from Hacker News

If you want to pass, cheat. If you want to learn, research

weblog.raganwald.com

1–10 of 12 posts

Re: If you want to pass, cheat. If you want to learn, research

#3
I'm surprised at home many times I actually RTFM and are amazed by functionality that I didn't think was there. It's tempting once I get the core of a language or technology under control (especially when in a rush to deliver a working application) to cut some corners and just lookup exactly what I need (and miss out on all the things I didn't know I needed).

Re: If you want to pass, cheat. If you want to learn, research

#4
I've been sitting here learning rails with the highly appraised book 'agile web development with rails (v2)', and I often just don't find the information dense enough, or specific enough. Lately I've just been reading RDoc, or the code directly. I've actually found that to be more effective.

Re: If you want to pass, cheat. If you want to learn, research

#5
If you want to learn, care.

Otherwise, whatever.

That's my school experience anyway. I think if you are passionate about a language the simple fact that you care about it will mean that you want to know everything about it that you can. If you're just trying to get the job done quickly, use a cheat sheet or whatever. Only the former attitude will make you a better programmer.

Re: If you want to pass, cheat. If you want to learn, research

#6
not really a good example. goog queries can be equally as pedantic as dead trees. i look up solutions and nowaday it's mostly blog entries but they provide greater insight than an author can with the dry subject of coding.

this isn't like punching in numbers into a calculator and not knowing what those + - * / symbols do. grepping information can be from so many references. i mean.. i don't throw out butterflies and hope their wing movement effect the disk write on my computer, i just want to make a program work.

Re: If you want to pass, cheat. If you want to learn, research

#7
post #4

I've been sitting here learning rails with the highly appraised book 'agile web development with rails (v2)', and I often just don't find the information dense enough, or specific enough. Lately I've just been reading RDoc, or the code directly. I've actually found that to be more effective.

I've had the same experience with certain books. That suggests to me you might want to try a new book. Of course, different books have different slants. Books designed as introductions for someone entirely new to the subject or as quick references are not going to be as mind-expanding as books designed for the intermediate or advanced reader.

So far, I have found "The Rails Way" quite good when I've used it as a reference, if that is any help to you.

Re: If you want to pass, cheat. If you want to learn, research

#8
post #4

I've been sitting here learning rails with the highly appraised book 'agile web development with rails (v2)', and I often just don't find the information dense enough, or specific enough. Lately I've just been reading RDoc, or the code directly. I've actually found that to be more effective.

awdr isn't highly appraised (highly praised?) for its technicality, rather it's highly praised because dhh rubbed himself all over the cover. rails way and design patterns for ruby drift farther from the kiddy pool.

Re: If you want to pass, cheat. If you want to learn, research

#9
post #4

I've been sitting here learning rails with the highly appraised book 'agile web development with rails (v2)', and I often just don't find the information dense enough, or specific enough. Lately I've just been reading RDoc, or the code directly. I've actually found that to be more effective.

I've had the same experience with certain books. That suggests to me you might want to try a new book. Of course, different books have different slants. Books designed as introductions for someone entirely new to the subject or as quick references are not going to be as mind-expanding as books designed for the intermediate or advanced reader. So far, I have found "The Rails Way" quite good when I've used it as a refe…

Is that preferred to honing arcane source groking skills?

Re: If you want to pass, cheat. If you want to learn, research

#10
post #9

Earlier quoted context omitted.

I've had the same experience with certain books. That suggests to me you might want to try a new book. Of course, different books have different slants. Books designed as introductions for someone entirely new to the subject or as quick references are not going to be as mind-expanding as books designed for the intermediate or advanced reader. So far, I have found "The Rails Way" quite good when I've used it as a refe…

Is that preferred to honing arcane source groking skills?

Should I (a) google something, (b) read the source, (c) read blogs, or (d) read a book about it?

Yes.

Post reply on HN