|
|
|
|
|
by IsaacL
4929 days ago
|
|
I do think Wordpress, big hairy pile of PHP that it is, is actually a much better way to learn to code than CodeAcademy or equivalent. In fact, it's because working with WP involves so much hacking and kludges that it's such a good way to learn. CodeAcademy seems to follow the Dijkstra school of CS teaching... start people off with the fundamental principles. Sounds like the logical way to learn, but maybe it's not the most effective. There seems to be a gulf between "I know how for loops and functions work" and "I know how to use HTML, CSS, PHP and an FTP account to get a website working". People also complain that CodeAcademy spoonfeeds you too much - those of us who had to claw our coding knowledge out of shitty w3schools and tizag tutorials might actually have been more fortunate. That's why I like Wordpress, or similar platforms. I've known a few people who accidentally taught themselves to code this way: they install Wordpress, then install a theme, then decide they want to tweak the theme and end up accidentally learning HTML and CSS. Then they start installing plugins, decide they want to tweak the plugins and accidentally learn Javascript and PHP. |
|
Without my struggles with CMS or frameworks, I wouldn't have known what to code. But without the likes of Udacity and CA, I wouldn't have known how to code it. But, I can now write a functioning webapp after half a year, while working full time. I doubt that would have happened with just books/tutorials or even a university course.
For what it is, these are great learning tools. I can't fault them for not being designed to make you into a full stack developer, yet.
Though I still couldn't have done it without StackOverflow :)