Learn a language bottom-up or top-down?

Posted by Hanno Fietz on Programmers See other posts from Programmers or by Hanno Fietz
Published on 2011-11-03T12:57:27Z Indexed on 2012/04/11 5:43 UTC
Read the original article Hit count: 225

Filed under:

When starting the first project in a new language, you have basically two approaches to learning. Either you do a quick Google search, pull together the most popular frameworks and libraries and work your way from their tutorials towards what you want to achieve (top-down). Or you start with the language basics and the standard library and by and by replace your own simple components with more sophisticated third-party components once you know what you're searching for (bottom-up).

Now I'm about to embark on my first serious Javascript project. There's probably as much to know about the language as there is about jQuery, ExtJS and whathaveyou, and I'm trying to decide what to focus on.

© Programmers or respective owner

Related posts about learning