- This topic is empty.
-
AuthorPosts
-
February 28, 2012 at 1:56 pm #36897
tobeeornot
MemberHope this doesn’t sound too pathetic but I’ve just been doing a 30 day Jquery course and although I’m doing well enough on the quizzes, and are reasonably comfortable recognizing what finished code means from the provided examples, I feel that I would have real difficulty writing code myself without assistance. Do people think that is a normal part of the learning curve? If so, does anyone have suggestions what is the best way to move forward, bearing in mind I don’t want to spend all my time repeating exercises. Or is that the best way?
February 28, 2012 at 3:07 pm #97691Senff
ParticipantIt’s normal. Or, well, I have the same.
I think it’s like driving a car. You can learn the theory, you can take driving lessons, but you really start getting the hang of it once you drive by yourself in the real world.
And I don’t even have a license! ;)
I do write down a lot though. If I figure out a piece of code of which I think I might need it again later, I just save it in a central place so I can look back whenever I need to. That beats the “oooohhh, I used that kind of thing in an earlier project, but I can’t remember anymore which one it was….!!!??“
February 28, 2012 at 3:13 pm #97692Johnnyb
MemberYeah I’m the same. I think it’s the same for any language though, the more you use it the more it sticks. I’d been learning jQuery from books for a while and then I started a very jQuery-intensive project at work and through doing that I became a lot more comfortable writing from scratch. I still have to refer to the jQuery API docs frequently though, but by putting it into practice in real situations it really helps to make the information stick.
February 28, 2012 at 3:32 pm #97693dfogge
Participantfrom my experience you have to work on real projects in order to memorize anything.
February 28, 2012 at 3:33 pm #97694tobeeornot
MemberThanks for the reassurance guys. Making something stick with new stuff is always my issue. I guess it would be best if I gave myself useful project that applies the theories and just go for it and press on.
February 28, 2012 at 5:25 pm #97706TheDoc
MemberTotally normal. It’ll take some time before you’re writing things from scratch.
I would recommend trying to write it from scratch as much as you can. Then check resources to find out where you went wrong (if you did).
February 29, 2012 at 5:28 am #97735tobeeornot
MemberThanks Doc – I think writing from scratch frequently is the way to go too, even if it can be frustrating!
-
AuthorPosts
- The forum ‘Other’ is closed to new topics and replies.