Slashdot Mirror


Forget 6-Minute Abs: Learn To Code In a Day

whyloginwhysubscribe writes "The usually excellent BBC 'Click' programme has an article on 'Why computer code is the new language to learn' — which features a company in London who offer courses on learning to code in a day. The BBC clip has an interesting interview with a marketing director who, it seems to me, is going to go back and tell his programmers to speed up because otherwise he could do it himself! Decoded.co's testimonials page is particularly funny: 'I really feel like I could talk credibly to a coder, given we can now actually speak the same language.'"

11 of 306 comments (clear)

  1. language != logic by Anonymous Coward · · Score: 5, Insightful

    Writing code has little to do with "grammar" and more to do with logic. I wonder, how do you teach that in a day?

    1. Re:language != logic by frank_adrian314159 · · Score: 4, Insightful

      Yes, it's possible, it's always possible, it's a question of time and money.

      Obviously, you've never had a marketing person ask for something that is so out of the ballpark that it would be an equivalent of solving "strong AI" problems (where you can't give an estimate) - it's not always "possible". The answer to which must be, "We can't do that, but we could do this," where "this" is at least a tractable problem and puts you back in the realm of your question #1.

      --
      That is all.
    2. Re:language != logic by DJRumpy · · Score: 5, Insightful

      No, they teach the fundamentals of HTML, CSS and Javascript, not the entire language (or markup as the case may be). Unless someone has perfect recall, and a thorough understanding of coding structures, there is no way you could possibly teach them to code well in an hour.

      You CAN teach someone basic coding fundamentals, some basic structures, and where the index is on their 'coding for dummies' book, but hoping for some to spit out a complex, complete program after an hour of teaching is not realistic in any sense of the word.

      "Hello World" yes. Beyond that? Not so much...

  2. A little knowledge... by CadentOrange · · Score: 5, Insightful

    ... is a dangerous thing! I can just see bosses putting more pressure on coders to "get the job done now!" and then failing to understand why code takes so long to be delivered.

    1. Re:A little knowledge... by Kenja · · Score: 4, Insightful

      Fast, cheap, good. Pick any two.

      Problem is many managers pick fast & cheap and then complain when its not good.

      --

      "Have you ever thought about just turning off the TV, sitting down with your kids, and hitting them?"
    2. Re:A little knowledge... by TheCarp · · Score: 4, Insightful

      Meh I could teach you to write basic code in a day. The difference is, nobody hires people because "they know how to write code". Its about being experienced and knwoledgeable.

      I could teach you to drive a car in a day too.... but, being able to drive a car and being an expert, experienced driver are two very very different things. There is a huge difference between "I can step on the gas and make it go, and bring it to a stop" and "I have been in several skids, and am adept at steering out of them" (or rather into them, if you want to split that hair).

      I think they are doing a real disservice to their students if they are really leaving them with the impression that they are going to be competent or even "speak the same language" as someone who has been doing it for years.

      That said, I might believe in either the ability to teach some basic coding in a day or the ability to gain exposure to some concepts and learn to communicate better with coders in a day... but... to become a competent coder? That I would need to see to believe.

      --
      "I opened my eyes, and everything went dark again"
  3. More accurate title for the training by bjdevil66 · · Score: 5, Insightful

    Learn how to really piss off real developers in a day.

  4. Excellent comparison with spoken language by vlm · · Score: 5, Insightful

    The similarity with spoken language is uncanny.

    Much as I can teach you "beer please?" and "where's the bathroom?" and "my /. UID is lower than yours" in spanish in about a day, I can probably teach you the crudest basics of any programming language in about a day.

    I'm told that learning your 2nd 3rd 4th spoken language gets easier, every time you learn one you learn the next easier. Programming languages are certainly like that.

    Even the epic overconfidence is similar. "I know how to ask for a beer in Spanish, I'm now fully qualified, lets book our flight to Spain!"

    Also the teasing is similar. Sure kid, that "O(n^n^n) algorithm is perfectly scalable, you just roll that right out into production, testing in for wussies anyway" is the computer equivalent of teaching a noob that the foreign equivalent of "nice rack, wanna F" actually translates in English to "thank you"

    --
    "Science flies us to the moon. Religion flies us into buildings." - Victor Stenger
  5. Mod parent up by PhrostyMcByte · · Score: 4, Insightful

    Someone who thinks they can code is far more dangerous than someone who realizes they can't and defers to experts. Pity the devs who'll have to suffer a bad manager going worse because of this!

  6. Here's your response by Okian+Warrior · · Score: 4, Insightful

    Response to your boss:

    Coding is like chess. it's easy to learn, but takes a lifetime to master.

    You can learn the rules of chess in a day, and you can play your first three matches on that same day. It takes a lifetime of study to be any good at chess, to be better than others at chess, or to compete in any way at chess.

    Another way to put it is like guitar, or piano.

    How long does it take to earn money playing guitar? Basic guitar takes about a week of practice, but how long will it take to earn money from playing it?

    As with anything, there are basics as well as subtle, underlying principles. Coding, chess, guitar, piano, or any other refined action takes years of practice, experimentation, and learning to master. About 10,000 hours all told.

    Then ask: "How many hours does it take to become a manager?"

  7. WARNING: Chess Analogy by Anonymous Coward · · Score: 5, Insightful

    The whole point of the class appears to be able to help people relate to the technicians that run their infrastructure. In the broadcast, the students learn how to use a GPS Java API along with very rudimentary HTML, and CSS. I have done that in a single 2 hour class. That makes them about as qualified to program as this /. post makes me qualified to write a sequel to Lord of the Rings.

    You can teach someone the rules of Chess in a day, yet it takes years to master the game. Programming is the same. I can teach the syntax of HTML, CSS, and basic Java in a day (just like the BBC broadcast depicted), but the student will not know how to properly utilize the logic for years. Good luck with recursion, overloading functions, vulnerability testing, and many other concepts.