Can't reach the site, but I completely agree with the title. I'll even retype my own code when refactoring things a lot of the time, just to make sure I understand what I'm slinging around.
sorry dude, server wasn't ready for it :( http://tommy.authpad.com/don-t-copy-and-paste-other-people-s...
Want to learn to code? Don't copy and paste, type out other people's code
71–80 of 184 posts
Re: Want to learn to code? Don't copy and paste, type out other people's code
#72Re: Want to learn to code? Don't copy and paste, type out other people's code
#73Earlier quoted context omitted.
Just reached out via email to the site owner with some info/tips. We want to help. CloudFlare doesn't cache HTML by default, though you can enable that with Page Rules. http://blog.cloudflare.com/introducing-pagerules-advanced-ca... And the origin needs to be responding long enough for us to keep a copy in cache, once the Page Rule is enabled.
Thanks, appreciate it. Are you with Cloudflare?
Re: Want to learn to code? Don't copy and paste, type out other people's code
#74Re: Want to learn to code? Don't copy and paste, type out other people's code
#75http://karma-engineering.com/lab/wiki/HowTo
Eventually you must try to re-invent and re-write some of the classic procedures without trying to recall a memorized text.)
There are some immortal procedures: http://karma-engineering.com/lab/wiki/Tutorial5 to re-invent.)
Re: Want to learn to code? Don't copy and paste, type out other people's code
#76Re: Want to learn to code? Don't copy and paste, type out other people's code
#77Can't reach the site, but I completely agree with the title. I'll even retype my own code when refactoring things a lot of the time, just to make sure I understand what I'm slinging around.
Re: Want to learn to code? Don't copy and paste, type out other people's code
#78That may be an effective way to learn (ie. it works), but I have my doubts that it's a very efficient one (ie. you could learn more in the time you spend retyping that code) or a very entertaining one (ie. other ways of learning to code are more interesting).
Re: Want to learn to code? Don't copy and paste, type out other people's code
#79Re: Want to learn to code? Don't copy and paste, type out other people's code
#80I agree with this especially when you are doing tutorials for this reason: when you type out code, you inevitably make typos that cause bugs. This forces you to learn what some of the common possible error conditions are and forces you to learn to find and resolve them. Learning these things when you have the safety net of a tutorial is ideal, because if you can't figure it out you can always compare with the tutoria…