Want to learn to code? Don't copy and paste, type out other people's code
101–110 of 184 posts
Re: Want to learn to code? Don't copy and paste, type out other people's code
#102Re: Want to learn to code? Don't copy and paste, type out other people's code
#103Re: Want to learn to code? Don't copy and paste, type out other people's code
#104A side effect of this was that before kicking off the slow compiler I would do a careful read of my code to be sure I hadn't done anything stupid. Often finding other bugs along the way before I finally kicked off a compile. Whereas programming on the fast compiler was more iterative and it made me a rather lazy since I could just compile/edit my way to a clean build without thinking too hard about the code.
Writing code slowly let me write better code.
Re: Want to learn to code? Don't copy and paste, type out other people's code
#105Re: Want to learn to code? Don't copy and paste, type out other people's code
#106I still do this when learning a new language, and I've been programming for almost 20 years now...
Re: Want to learn to code? Don't copy and paste, type out other people's code
#107OK, so: > This website uses CloudFlare in order to help keep it online when the server is down by serving cached copies of pages when they are unavailable. Unfortunately, a cached copy of the page you requested is not available, but you may be able to reach other cached pages on the site. I'm probably being significantly thick-headed, but what exactly is Cloudflare even doing if it's not properly caching pages before…
Yeah, we're a little upset it doesn't even have a cached version. Ridiculous. http://tommy.authpad.com/don-t-copy-and-paste-other-people-s... If you want to read it elsewhere
Re: Want to learn to code? Don't copy and paste, type out other people's code
#108Re: Want to learn to code? Don't copy and paste, type out other people's code
#109I 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…
Re: Want to learn to code? Don't copy and paste, type out other people's code
#110Now get off my lawn.