View Single Post
Old 02-16-2012, 08:36 PM   PM User | #4
felgall
Master Coder

 
felgall's Avatar
 
Join Date: Sep 2005
Location: Sydney, Australia
Posts: 5,449
Thanks: 0
Thanked 496 Times in 488 Posts
felgall is a jewel in the roughfelgall is a jewel in the roughfelgall is a jewel in the rough
I taught myself to program in Fortran back in the mod 1970s before I had access to a computer to try out any of my programs on.

I'd imagine that learning to program where you actually have a computer available to try things out on would be much easier.

On the other hand, I have seen a lot of JavaScript written by people who have taught themselves where the script looks like it is a badly written version of a script intended for Netscape 4. This highlights that there are several different ways that people can learn how to program in a particular language and that copying badly written code by other people or learning from a long outdated source (eg. attempting to learn JavaScript from w3schools) will mean you learn how to write garbage that works rather than being able to do it properly (usually with about half the amount of code).
__________________
Stephen
Learn Modern JavaScript - http://javascriptexample.net/
Helping others to solve their computer problem at http://www.felgall.com/
felgall is offline   Reply With Quote