Why Learning to Code Is So Damn Hard
231–240 of 270 posts
Re: Why Learning to Code Is So Damn Hard
#232I think one effective way to navigate the "Desert of Despair" is to join another project first. That gives you the focus you need and set of practices and libraries/language/frameworks to learn deeply. And as you learn how senior people in the project make their decisions and hear stories about the history of the project you gain context and valuable information for the next stage. Much of what I've learned I learned…
But most people won't get that opportunity, or isn't smart enough to go look for it.
Re: Why Learning to Code Is So Damn Hard
#233Learning to code is not hard. At all. Not relative to things that actually are hard. Having trained as an electronic engineer, programming is by far one of the easiest things I've ever done, by an order of magnitude. You can tell by the number of teenagers that can code, how many teenagers can design a nuclear submarine? That is much harder to learn.
Re: Why Learning to Code Is So Damn Hard
#234Earlier quoted context omitted.
I have to agree - The path helpers are very opaque. It would probably do Rails well to generate a app/helpers/path_helper.rb file with the actual implementations in them.
`rake routes` will output the routes and paths. Appending _path or _url to the path will generate appropriate methods.
Re: Why Learning to Code Is So Damn Hard
#235Here's where I disagree with other people - software development is special in that it requires focus, relentlessness, intelligence, creativity and I also find it interesting that many software developers tend to suffer conditions from the autistic spectrum. To me that's a clear sign that software development requires the mind to be hardwired in a certain way. And the thing is - I never needed handholding, which is w…
I did find a job and turned out to be an average programmer and I worked mostly for the heck of it.
The turning point in my life came when I ventured into management. I realized how fucked up that industry was, as compared to even the most inane programming task I had ever done. So that's when my love for programming started to grow and it hasn't stopped ever since. More and more I see other industries I realize how shoddily disorganized they are. I mean - consider the process of getting an approval. It takes days where as it's just a push of a button on an app.
So it's not true that as an adult - you can't realize the magic of programming. You just need the right context and some affordabiity for the right tools.
Re: Why Learning to Code Is So Damn Hard
#236Earlier quoted context omitted.
I agree that "discrete vs continuous" is not the perfect way of expressing the difference; it's just an analogy. (But the structural support example is continuous. You could have 9.5 supports by adding a 10th support with half the strength, etc. "Amount of support" is the continuous measure.) But it's not just an issue of graceful degradation. The fact that tiny changes in a program can have very large effects is a f…
there are continuous programming languages out there - DNA is one such one i guess. But i don't think the discrete vs continuous nature of a programming language is what makes it difficult. It's more that a person's mind may not conceptualize tasks algorithmically, and to switch to this frame of mind is difficult for someone who isn't already in this frame of mind.
Re: Why Learning to Code Is So Damn Hard
#237I've had the pleasure of co-teaching Rails classes with Erik Trautman (OP) and he's a smart, dedicated guy. He's written a thoughtful article but underplays a key point. Learning to code would not be "so damn hard" if there were better learning resources. There's too much "learn to code" crap for beginners (as Erik points out), and not enough resources for advanced education (the "resource density" in the "Desert of…
Re: Why Learning to Code Is So Damn Hard
#238I was lucky because I started coding at 13 (Pascal and C). At that point in my life, I could spend all of my free time developing something cool just for fun (and learning a good foundation in the process). By the time I got to college, new concepts took me a fraction of the time because I already had that foundation. Even now, I went from 10+ years of PHP development to building full Python apps in a short amount of…
Re: Why Learning to Code Is So Damn Hard
#239No, it's not hard. You can make practically any program with just four constructs: assign, condition, loop and function. The rest is just imagination.
Re: Why Learning to Code Is So Damn Hard
#240Here's where I disagree with other people - software development is special in that it requires focus, relentlessness, intelligence, creativity and I also find it interesting that many software developers tend to suffer conditions from the autistic spectrum. To me that's a clear sign that software development requires the mind to be hardwired in a certain way. And the thing is - I never needed handholding, which is w…
I always avoided maths at school, despite being reasonably good at it, because I didn't find it interesting. Studied biology and ended up in software engineering.
Now after many years in the "real world" I can see the practical application for many forms of mathematics (particularly statistics), and kind of wish I had studied it more. If I had the chance to go back to university and study it, I am sure I would find it a lot more interesting, as now I can see where all the techniques could be put to use, rather than seeing some abstract set of symbols on a blackboard.