Earlier quoted context omitted.
You can't be serious. Take a good look at that code. Public and private vars and methods, proper indentation, proper variable scoping, pretty and readable (the cleanliness is the least believable part, does that like a noob's code to you?) Have you ever worked with someone who has no programming background whatsoever and taught them programming? I have, and this kind of progress is insanity after 1.5 months. 10 hours…
Yes, it takes just years of practice to achieve proper indentation, or, you know, one key press in emacs. I was a TA for an introductory computer class and yes, some people do write clean code within days. There are people who naturally get the how and the why of it.
I'm learning to code by building 180 websites in 180 days. Today is day 115
181–190 of 370 posts
Re: I'm learning to code by building 180 websites in 180 days. Today is day 115
#182Re: I'm learning to code by building 180 websites in 180 days. Today is day 115
#183Earlier quoted context omitted.
Consider reading a book called "The Now Habit". The author discusses fear of success/failure and the inability to finish projects, and deems that these fears are what cause us to procrastinate. Then he provides a plan/approach/framework to overcome these fears.
Thanks for the book recommendation. Ordered this on Amazon. This was my problem all growing up. I did well on the first exam, then fizzled out every exam after. I wouldn't study out of fear that I wouldn't do as well again. Anyway, I'll check out the book thanks again!
Kindle notes and highlights https://kindle.amazon.com/work/the-now-habit-procrastination...
powerpoint presentation http://hashref.com/summaries/TheNowHabit.pdf
3 part youtube video http://www.youtube.com/watch?v=63Si3Gb1WSg
Re: I'm learning to code by building 180 websites in 180 days. Today is day 115
#184Earlier quoted context omitted.
Did you look at the source? It's like 160 lines of code. Experienced programmer could do this in one hour, and I'm sure someone with 1.5 months of javascripting could do it in a day.
> It's like 160 lines of code. Which is precisely the reason why I am skeptical. I would find it more believable if she wrote 500 sloppy lines. Maybe I am a bad programmer but I often write elaborate code without much elegance and then go back and enjoy reducing the number of LOC without the code loosing expression which to me equals elegance (ie the code is still easily readable and understandable just with a lot le…
So I agree, this isn't a good measuring stick for newbies who don't have the same time or focus.
Re: I'm learning to code by building 180 websites in 180 days. Today is day 115
#185Earlier quoted context omitted.
i'm not saying that this feat of creating 180 websites in 180 days is impossible. it's highly improbable and takes a very unique mix of dedication, intellect, funding, and, well, nothing better to do for half a year, but that's for someone with a background in coding. my beef is that this person is claiming to come from a completely non-programming background and has not read any books or taken any courses. i don't c…
Indeed -- I find it kind of hard to believe that someone with truly zero programming experience knows what github or even knows what source control is. I have no doubts about the main thrust, just some details seem as if they are embellished.
Next, I usually suggest grabbing an introductory reference and a bunch of small projects (usually my go-to is Project Euler) in the language of their choice. What she's doing is exactly what I'd recommend if you were brand new and wanted to get a feel for the landscape.
Re: I'm learning to code by building 180 websites in 180 days. Today is day 115
#186I have to ask: How on earth do you find the time to do this? As much as I'd love to do this in order to get my hands dirty on web development and out of systems, I can't ever fathom having the free time available every day consecutively. I mean, for someone "learn(ing) to code" on Day 1 and by Day 15 doing "Dropping Boxes", it just seems a little far fetched. Obviously you have had a good portion of coding experience…
She implemented Conway's Game of Life, which is substantially easier than reinventing it. Here is someone implementing it in eight minutes in APL, while explaining it, and futzing around with other stuff: http://www.youtube.com/watch?v=a9xAKttWgP4 . Also, I don't really understand the suspicion this gets here. Where's the win in giving someone the Spanish inquisition for posting something cool? What's the upside of t…
Re: I'm learning to code by building 180 websites in 180 days. Today is day 115
#187There’s this great story from the book “Art and Fear”, that's very appropriate here: === The ceramics teacher announced on opening day that he was dividing the class into two groups. All those on the left side of the studio, he said, would be graded solely on the quantity of work they produced, all those on the right solely on its quality. His procedure was simple: on the final day of class he would bring in his bath…
http://www.amazon.co.uk/Art-Fear-Observations-Artmaking-eboo...
Re: I'm learning to code by building 180 websites in 180 days. Today is day 115
#188Re: I'm learning to code by building 180 websites in 180 days. Today is day 115
#189Earlier quoted context omitted.
The solid-block-of-learning strategy is way less impressive to me than the person who works a 40ish hour a week job then comes home and does many more hours of their own project for moths or years. The want to zone out is strong and after a day of crappy and mind numbing work, beating the laziness is harder I think.
> The solid-block-of-learning strategy is way less impressive to me than the person who works a 40ish hour a week job then comes home and does many more hours of their own project for moths or years. You might also say the guy who uses a lawnmower is way less impressive than the guy who cuts his grass with a nail clipper. But I don't want to be the guy with the nail clipper. Believe me, I know the feeling of wanting…