Slashdot Mirror


Learn How to Program Using Any Web Browser

honestpuck writes "Harold Davis has started with a marvelous idea, teaching programming using a language available on all platforms, JavaScript, and an interface familiar to everyone, the web browser. Learn How to Program Using Any Web Browser is written for absolute beginners to learn the basic principles of programming -- or at least that's what the cover would have you believe." Read on for honestpuck's evaluation of that claim. Learn How to Program Using Any Web Browser author Harold Davis pages 396 publisher Apress rating 5 reviewer Tony Williams ISBN 1590591135 summary Not much programming, but well written

The language is suitably light and simple, the book well-structured and broken down into easily digested chunks. The order in which concepts are introduced is fairly traditional for a language tutorial: first we get types, variables and statements, before moving on to conditionals, loops, and functions, followed by arrays and objects before finishing with event-driven programming. Davis' decision to leave string handling till last seems a little perverse and personally I would have introduced functions earlier.

My real complaints about this book centre on the abstract nature of the discussion. There are very few real world examples that could be useful to anyone. The best you get is a version of "Rock, Paper, Scissors" in Chapter 3, and an 'auction' application. The book would have been improved dramatically if the end result of your study was a few things you could actually point to.

I also have a complaint about the target audience for this book. The web page for the book at the publishers states that "The target reader is likely a twelve- or thirteen-year-old, who is just starting to get curious about what makes a computer work -- or an office worker who has been using computer applications for years, and would like to spend some time delving deeper into what makes them tick." Most adults and even teenagers don't want to 'learn how to program' as much as they want to learn how to use a tool to perform a task. If your tool is JavaScript, then it's almost certain your task is related to building web pages, but this gets little real attention from Davis. For even younger students, this book totally lacks anything to hold their attention -- the lack of real-world examples hurts here.

I also take issue with the title: this book doesn't really teach 'programming' much at all. It certainly teaches you to write JavaScript, but where are the sections about the real lessons of programming, such as top-down vs. bottom-up design, or breaking a task up into chunks? Even debugging has little coverage -- a single thirty-page chapter, half of which is specific to JavaScript or the throwing and handling of exceptions. Since the work of Papert and others at MIT twenty-five years ago, we've learned a great deal about how to teach programming concepts in a simple manner, but Davis appears to have ignored all this and given us a language tutorial. The publisher's web page for the book says "very emphatically, this is not a book about programming JavaScript." If that's so then I'd argue that it isn't a book about learning the principles of programming either.

It is obvious from this book that Davis is an excellent writer; if he had tried to write a book to teach JavaScript and had focused on the tasks for which it is often used this, volume may have been superb. As it is, he has shot for a higher goal and fallen far too short.

If you would like to check it out for yourself, you can go to the web page for the book where there is sample chapter, the Table of Contents (though they call it a "Detailed TOC" as distinct from the 'Table of Contents,' which is just a list of 11 chapter titles) and index, all in PDF format.

I went looking for a book that I could give to my 11-year-old daughter now that she has become interested in "what Daddy does." I'm still looking, I'm certain that this one isn't it.

You can purchase Learn How to Program Using Any Web Browser from bn.com. Slashdot welcomes readers' book reviews -- to see your own review here, read the book review guidelines, then visit the submission page.

32 of 456 comments (clear)

  1. Best way to learn by pi+eater · · Score: 4, Insightful

    The best way to learn how to program is to sit down in front of a computer with a reference handy and dive in!

    geeky shirts.. funny shirts

    1. Re:Best way to learn by tuffy · · Score: 5, Insightful
      The best way to learn how to program is to sit down in front of a computer with a reference handy and dive in!

      IME, it's best to have a problem to solve, too. Back in my carefree days, that usually involved trying to program a neat game I didn't have. Nowdays, it seems most of my toy programs involve organizing all the data I've accumulated on my hard drives.

      --

      Ita erat quando hic adveni.

    2. Re:Best way to learn by strider3700 · · Score: 3, Insightful

      I entirely agree with this. Pick a language you want to learn, then spend the $50 and buy one of those learn to program language X in 21 days books.

      Start working through the examples, by the time you hit day 15 you'll usually know the language well enough to do as you please and just use the last few chapters as reference. After a few languages you'll find that days 1 - 5 are almost always the same with just minor syntax differences.

      I've found this the quickest way to learn to languages. Getting good enough to add them to your resume takes actually using them for a few months/projects.

      Actaully learning the proper way to program is far more difficult to get from a book. This is one of the major things I learned while getting my degree. This is also the major reason that I rarely hire someone without a degree.

      Anyone can write code, but not everyone can program.

    3. Re:Best way to learn by RetroGeek · · Score: 5, Insightful

      The best way to learn how to program is to sit down in front of a computer with a reference handy and dive in!

      Yup.

      And after many years of doing things which make your applications buggy, hard to maintain, full of "cute" tricks, no security, no comments, you finally start doing things properly.

      Yup, dive right in.

      The thing about courses is that you learn the importance of doing things in a particular fashion. So you end up with applications which CAN be maintained, ARE secure, and so on.

      And this comes from experience. I have been doing application development for more years than I care to remember using over 10 different languages, three of which I am actively using right now. I did just dive in. And when I look at what I wrote many years ago, well, I am glad I am the only one that can see that code.

      --

      - - - - - - - - - - -
      I am a programmer. I am paid to produce syntax not grammar. Deal with it.
    4. Re:Best way to learn by armando_wall · · Score: 3, Insightful

      Actaully learning the proper way to program is far more difficult to get from a book. This is one of the major things I learned while getting my degree. This is also the major reason that I rarely hire someone without a degree.

      Anyone can write code, but not everyone can program.

      That applies to everybody, including the ones with a degree.

      See the talent, not the degree.

    5. Re:Best way to learn by KrispyKringle · · Score: 4, Insightful
      Perhaps a degree isn't the best way to spend your money. I'll give you that.

      Past that, though, I'd be very interested to see your arguments that a degree doesn't teach you anything. Sure, you could go learn it from books, on your own, perhaps. If you were a genius. But without someone to guide you, to show you what to learn (because you just don't know what you don't know), you've got a far more difficult task ahead of you to learn the same things. And only a very small number of people I've met can learn everything they need completely on their own (coding, systems administration, and so forth are pretty easy--but they aren't what I'm talking about).

      University degrees vary, admittedly. Some really are just how to code. And those don't get you anything you couldn't learn on your own. But some teach you computer science (which has about as much to do with coding as civil engineering has to do with construction work). Calculus is useless, perhaps, but math is not. Algorithm design allows you to learn about what problems can and cannot be solved. Why encryption works and which technologies can be broken. How to design programs and algorithms which will always give you the right answer. How to implement a system which you can prove to be correct, and which you can prove will always execute in a certain amount of time. How a compiler works, and how we know it can deal with any legal input (and detect any illegal input).

      Any joker can learn to whip shit up in PHP. Anybody, given a little time, can learn to do application programming. Not to deride those, either; they're fun and valuable. But if you haven't learned these things (and from the sound of your post, I'd guess you didn't), you don't know how valuable they are. Or perhaps you learned things you didn't need for your job. Fair enough. But there's more to being satisfied than raking in the big bucks. And academics, as much as you may not appreciate them, are in fact valuable.

      A lot of universities have serious flaws in their programs. But that doesn't mean they are worthless. Like I said, learning on your own is great. But you don't know what you don't know.

    6. Re:Best way to learn by M.C.+Hampster · · Score: 4, Insightful

      From the grandparent:

      The best way to learn how to program is to sit down in front of a computer with a reference handy and dive in!

      Most universities don't teach "programming". They are teaching "computer science". You might do well to learn the difference.

      If you just want to be a programmer, you might want to look at something like CIS.

      --
      Forget the whales - save the babies.
    7. Re:Best way to learn by Stween · · Score: 3, Insightful

      Thankyou. I can't stand these folks who think a Computing Science degree is meant to teach people how to program, they're obviously missing the whole point.

      Ideally, a Computing Science degree is meant to teach people who want to learn something about Computing Science (and there's a hell of a lot of it out there, so even a degree is only the tip of the iceberg). If those same people are career motivated too, then well done them.

    8. Re:Best way to learn by DrPascal · · Score: 3, Insightful

      Every time I hear someone whining about not getting a job because they don't have a degree, I have to laugh.

      I don't have my degree yet either, and I don't blame companies for not hiring without a degree. It's a baseline ... a common ground. Whether or not someone is talented is far more important (I agree with you), but you learn more things at college than how to program. You learn how to manage time, follow coding guidelines, and stick with a goal and see it through for N years.

      I've seen many an idiot graduate college, but I've also seen many programmers that think they're great until they have to work in a group with others and follow a coding style or come to some sort of agreement on design/angle. It's more than sitting at home alone writing up the next DB handler.

      I realized that the degree is my foot in the door to a lot of companies, so I'm taking night school classes while I work so I can get that foot in. Get a job without a degree? You are lucky. Don't get one? Go back to college or switch careers. The goal of a good hirer for a company is not to hire neither the idiot with the degree nor the genius without one, but the genius WITH one. Remember that.

      --
      DrPascal: Not the language, the mathematician.
    9. Re:Best way to learn by KrispyKringle · · Score: 4, Insightful
      You may disagree on every point, but I think you pretty much make my case for me. You say that you knew more about ``computers, programming, getting systems to work, and generally getting around the business than most of the lecturers...CS does not teach you what you need to know about what you will need in business [sic]''.

      This I agree with entierly. Now, this depends a lot on where you go, for sure (for example, where I am a student, we have many group projects, precisely to teach more applicable programming skills), but many computer science programs (and indeed, what makes it computer science instead of IT or coding) teach theory. They leave it to you to learn the (relatively easy) application. For example, I've learned languages that I will never use in work. Ever. But I can learn a new language of most sorts in a few hours.

      There are many facets to computer science, and it seems you've only seen a few. For example, I have a professor who does very well-funded secure systems work for the DOD (he's been mentioned on Slashdot in the past). If that isn't practical application, I don't know what is. At the same time, I have another who's primary interest is quantum computing theory, something not likely to be remotely practical for many years or decades (I believe the highest number factored so far was 15).

      You remind me a lot of a business student who was taking a computer science class I was in. He made a jerkoff statement about how business computing classes (in which he was learning Microsoft .NET) didn't bother to teach how hash tables actually work, but just how to use the implementation. He argued that learning how they work is a waste of time, since in the real world, you'll only have to implement the .NET libraries, not actually code a hash table from scratch.

      His failure of thinking is pretty obvious. Anyone can learn to use the .NET libraries in a few hours (even him). But in a few years, when .NET is out and something else is in, he's gotta learn that all over again. And anyway, all that aside, somebody's gotta actually write the libraries, even the ones at Microsoft.

      You sound like you do a lot of applied computer science--systems engineering, administration, perhaps coding--but this isn't what computer science is all about. If your eyes glaze over at the thought of algorithm design or proofs of correctness, you might still be a perfectly decent coder, but computer science probably isn't for you. Don't get me wrong, either. I'm a student, but I also work as a systems programmer. And a lot of the skills I knew from classes really weren't applicable. I could code, but I needed a lot of work on my organizational and project-management skills. And to be honest, pretty much everything I know about systems administration, Linux, BSD, and networking I learned on my own. What I learned in school, you are right, was not specifically what I needed to do my job. It was more.

      And I think you are backwards about Universities trying to make sure they handed out ``so many'' degrees. If they hand out to many, they become devalued. It's all about keeping themselves exclusive that makes anyone willing to pay tuition.

  2. Badly titled. by fred87 · · Score: 4, Insightful

    The web browser is *not* an IDE. You do the programming in vim/gedit/notepad. (emacs is a bit much for javascript IMO)

  3. Javascript != Java by nitehawk214 · · Score: 4, Insightful

    I know this was meant as funny, but Java is a normal accepted language. Because it is more structured then Perl or other languages, I highly reccomend Java to beginners.

    Javascript, or ECMA script, is a terrible non-standardized (despite being created by a standards board) peice of junk.

    --
    I'm a good cook. I'm a fantastic eater. - Steven Brust
    1. Re:Javascript != Java by BiggerIsBetter · · Score: 3, Insightful

      Fair enough. In that situation, I'd look at something like Python. You can start them off with proceedural "Hello World" stuff, and then move into classes as they get their heads around it.

      --
      Forget thrust, drag, lift and weight. Airplanes fly because of money.
  4. rating by Anonymous Coward · · Score: 3, Insightful

    5/5? 5/10?

    useless

  5. Re:javascript is horrible by SamiousHaze · · Score: 3, Insightful

    I'd have to disagree with you. The syntax is very similar to C/C++/Java - (don't flame me because its not *EXACTLY* the same - and it is more limited) - and secondly, "but it's full of exploits" - Maybe the interpretter on some platforms gives it power outside the boundries of the language but that is *NOT* the language's fault. Javascript is a tool and has its place and usefulness just like any other tool.

  6. Re:Java? by Dutch_Cap · · Score: 5, Insightful

    Java may be available on every platform, but most computers don't have a java compiler installed. A computer without a browser that can handle javascript is unthinkable, though.

  7. JavaScript for Children? What about Flash? by daddywonka · · Score: 4, Insightful

    If the book's actual target audience is 12ish, I don't really see JS keeping the attention of children.

    I also don't think most 12-14 year olds really want an in-depth discussion of programming principals, like the review suggest. I think they'd rather it be fun. That could just be me...

    Though it's not free and only works on a couple of platforms, I think Flash and ActionScript are a great way to introduce people, especially young people, to programming. A few simple lines of code can replace the timeline based motion tweening and is a great, visual way to see how your code works. From there kids can add a few lines of code to make sound and images work interactively.

    True, it might not turn them into kernel hackers, but most kids would probably more interested in learning to program if it kept their attention. Action script can be very easy with many neat things taking only a few lines of codes but it can grow as your young programmer learns more and seeks more challenging projects.

  8. Challenge of finding a first language by Tassach · · Score: 5, Insightful
    Chosing the first language to teach a fledgling programmer is pretty difficult. The ideal language has lots of different qualities:
    1. It has to be easy to learn and use. In order to build the novice's confidence, it should encourage early successes. It should be easy to debug.
    2. The tools have to be accessable to the student. Ideally, you want to use a language which is already installed on their computer, or at worse be a free download which will run on all major platforms.
    3. It has to be practical. If the student can't use it to do something which is useful TO THEM fairly early on in the learning process, they probably won't stick with it.
    4. It has to provide a good foundation for future learning. This means that it should support all the standard code constructs and have a syntax similar to other more advanced languages. It also means that it shouldn't teach them any bad habits they'll have to unlearn later.
    I'm sure there are other qualities, but this is a pretty good starting list. On the basis of this simple list we can eliminate a lot of potential candidates as first language.
    --
    Why is it that the proponents of "one nation under God" are so eager to get rid of "liberty and justice for all"?
  9. It's a TOOL by mabu · · Score: 5, Insightful

    The reviewer makes an excellent point. Programming is a *means to an end*. People don't learn how to program just so they can say they program. To not put the art of learning programming into the context of real-world applications is counterproductive.

    Then again, pardon me for being cynical, but this seems reflective of the new type of motivation we have these days behind people choosing vocations. People go to law school, not because they have any interest in law, but because they're under the impression they can make money if they're a lawyer. The bottom line is that if you get into any vocation without having any passion or interest, you'll never be any good at it.

    This reminds me of the arguments over which programming language is best. It's moot. The application and environment should dictate which tools be used. Likewise, if you want to learn to program, and don't know for what platform or application you're interested, you're on the wrong track... figure that out before you buy any books.

  10. just what we need by CAIMLAS · · Score: 5, Insightful

    Yes, that's just what we need - every Joe, Shmoe, and Harry that surfs the web to start thinking he's hot shit on Sunday because he's a "programmer", and now he can go out and grab one of those elite tech jobs!

    Of course, knowing the stupidity of HR, they'll likely get hired.

    --
    ~/ssh slashdot.org ssh: connect to host slashdot.org port 22: too many beers
  11. Re:Strongly disagree by HiThere · · Score: 4, Insightful

    But Python is free and available on nearly all OSs. And a decent language. And it comes with a development environment (not a great one, but it works!). And it has a sensible structure (similar to many other languages). And it comes with complete documentation. And....

    Now many of the same things could be said for Java, but I think that Python makes a better first language. In fact, the only competition that I see is Ruby and Lisp. But if you speak English, you'll probably find more help for Python. (And Ruby diagnostics need work!)

    Java is a popular first language in an academic setting, and in that setting it makes sense. But for learning on your own I feel that Python is a better choice.

    C ... well, it's available everywhere, and you can find help. But you need to deal with pointers and casts, and the warnings when you mishandle them are obscure. And then there's the gruesome things that you can get used to doing with the preprocessor...that make your code unreadable.

    C++....that's an unmentionable monstrosity. Sorry, but I'd sooner start a beginner with Ada. OTOH, most of the advantages of C++ can be captured in a more reasonable way with D (from Digital Mars). It's also available for free, but it's not available at all for the Mac. Even so, I thing even D is too complex for a first language (besides, it's still beta, or possibly alpha [it's gotten up to around version 0.8 over the last couple of years]).

    --

    I think we've pushed this "anyone can grow up to be president" thing too far.
  12. We've actually designed and implemented this... by taliver · · Score: 4, Insightful

    Here is a course I helped design to teach Javascript programming to CS170 students-- pre-business majors.

    Javascript was our idea of a language replacement for what we were using True Basic. The idea was to have a language where the students wouldn't constantly question why they were learning it, and to pretend like we were doing some level of web enabled e-commerce site programming.

    The problems we have found come from the lack of structure of the language, and combined with the browser's desire to fix as much as it can. While this is a nice feature for a real developer, it sucks when you have to tell a student "I know it works on the browser, but it's still wrong."

    The other issue is trying to keep to a small set of structures for programming, and making sure the TAs for the course don't get too ambitious with teaching dozens of alternative ways to accomplish the same thing. For students at this level, they just get confused.

    But it does work well, and it is nice not having to ask students to buy another piece of software to program with at home. (Unlike True Basic.)

    --

    I demand a million helicopters and a DOLLAR!

  13. Re:HUH? by Tassach · · Score: 3, Insightful

    VB is actually a non-sucky choice as a teaching language. It's pretty beginner-friendly, has practical applicability, and (in the form of VBA) is already available on most computers. Most importantly, you can use the same language to teach both procedural and object-oriented concepts, something that you can't do in Java. VB/VBA is far from perfect but there are far worse languages to chose as a teaching tool.

    --
    Why is it that the proponents of "one nation under God" are so eager to get rid of "liberty and justice for all"?
  14. Re:Java? by Frymaster · · Score: 5, Insightful
    Harold Davis has started with a marvelous idea, teaching programming using a language available on all platforms, Java

    er... ansi c is available for all platforms too.

    i think h.d.'s angle was write an intro to programming book that uses an interpreter that comes default with every os install... hence the javascript.

    of course it's an incredibly lame angle since it breaks frymaster 14th rule of programming:

    "if you can't install the interpreter/compiler you probably can't code in the language"

  15. It works by lukewarmfusion · · Score: 4, Insightful

    I began teaching my brother programming with Javascript. I also recommended to my department head that they use Java as a beginning programming introduction.

    You need to learn the fundamentals of programming - not necessarily Assembly-level, but something that, upon completion of a beginning course, will be useful and applicable to other languages.

    We spent three weeks learning conditionals, loops and case - in my Java course (specifically did not use the word "class" there, for anti-pun reasons...). The prerequisite courses were "intro programming" and another, such as VB. But all but three of students came into the class unable to understand an if-else. My time was wasted, my prof was furious and most students gave up.

    You know what they learn in the intro programming class? QBASIC. You know how many people had a clue coming into Java or VB or C++? Two of us. We'd both been programming for ten years (and we were 20) and could teach the class. It was a req. for the major, so we had to take it.

    Programming is best learned in front of a computer, with a task to do and a good reference to rely on. If that reference is a book, another programmer or freakin' Google, you can still learn the basics from there. I liked the idea of teaching my brother using Javascript because I could 1 - look at his code, 2 - point him at countless resources, examples, etc. and 3 - demonstrate that even if your code follows the rules, works on your machine and is well commented/indented, it won't work on everyone else's machine.

    It won't teach you the inner workings of a machine (previous Slashdot post on Assembly as an intro language) but it will help prepare you for a real internship or at least for a class that will teach you more.

  16. Re:Random issues I have with Javascript by xutopia · · Score: 4, Insightful

    1) You have three options as you said but there are others as well. document.title = 'str' or window.status = 'str'. I think it is a wonderful way to start. First time I saw printf() I was really lost.

    2) the prototype is only there if you want to add a function after you instantiated an object. There are much better ways to add a method to an object since javascript 1.0.

    If you were to build a function with a method you can do it very easily without using the prototype construct (ie inside the class definition) :

    function MyClass(str)
    {
    this.name = str || null;
    this.changeDocTitle = function()
    {
    document.title = this.name;
    }
    }

    var myObj = new MyClass('Beer');
    myObj.changeDocTitle() // your document title will change to "Beer"

    Now the Array object is a great example of when you should use the prototype construct. Say you wanted to add a method to all array objects to check if it contains an item. Here is how you would do it :

    Array.prototype.contains = function (obj)
    {
    for (var i = 0; i < this.length; i++)
    {
    if (this[i] == obj) return true;
    }
    return false;
    } // You could then check to see if an array contains something with a simple method :

    var myArray = [1,2,3,4,5,6,7,8] // shorthand array definition

    if (myArray.contains(3))
    {
    alert("My array contains 3") // of course this one is alerted.
    }
    else
    {
    alert("My array doesn't contain 3")
    }

    The prototype construct is actually really handy here for objects which have already been defined. Using it in any other circumstances is still possible but it isn't a good way to program IMHO.

    3) nope JS wasn't designed for that but for people to learn for, switch, do and while loops it is very handy. You cannot expect someone just wanting to learn a bit about programming to directly dive into a Java/Swing/SQL environment, there needs to be stepping stones to get there. ECMAScript (Javascript) does that quite well.

  17. Re:HUH? by spray_john · · Score: 3, Insightful

    Although it's a very valuable motivator to have a learner able to create GUIs just like they use everyday with a few clicks, I fear for the long term education of the individual.

    Someone who cut their teeth on VB is likely to look at the first steps into C and think "What? I don't want to write command-line programs!". They're not even going to learn what compilation is. I'd say that VB misrepresents computer programming in general to a beginner.

    VB is okay for what it's designed for: quick 'n' dirty win32 RAD, but I would question the wisdom of its use as a stepping stone to any other programming. Better to start with real basics and build from there.

  18. Re:Java? by wwest4 · · Score: 5, Insightful

    How does the desire or willingness to learn assembly translate into entitlement to program?

  19. Re:I sure don't want to see code written by Tassach · · Score: 3, Insightful
    A lot of the code you'll maintain was written by people who first learned to code in old-school BASIC (GW-BASIC, Apple BASIC, etc). EG:
    10 PRINT "Enter your name: "
    20 INPUT N$
    30 PRINT "Hello, ", N$
    40 PRINT ""
    50 PRINT "QUIT (Y/N)"
    60 INPUT Q$
    70 IF Q$ = "Y" 90
    80 GOTO 10
    90 PRINT "Goodbye, ",N$
    100 END
    There are few languages worse than old-school BASIC for teaching programming. For example, in many primitive dialects your only control structures were GOTO, GOSUB, IF (with no ELSE!) and FOR / NEXT. It taught a lot of bad habits which had to be unlearned, and left you clueless about constructs like CASE statements, WHILE loops and user-defined functions. However, most programmers who got started in the late 70's and early 80's learned BASIC as their first language. Most of them who went on to program professionally were able to overcome this early handicap :-)
    --
    Why is it that the proponents of "one nation under God" are so eager to get rid of "liberty and justice for all"?
  20. Re:Java? by Tassach · · Score: 4, Insightful
    I call bullshit. Who's fault is it that it's easy to write viruses:
    1. People who teach kids to program
    2. Programmers who write insecure software that's prone to viral infection
    3. Megacorporations that sell software that is inherently insecure because of intentional design choices
    4. Parents who don't teach their children to respect the rights of other people
    Blaming viruses on people who teach programming is like blaming grafitti on people who teach art.
    Blaming viruses on the people who write the tools is like blaming grafitti on the people who make spray paint.
    Blaming viruses on the people who make & sell insecure software is like blaming grafitti on the people who make & sell buildings that aren't grafitti-proof.

    Learning how to program and releasing a virus are very different things, just as learning marksmanship and shooting people at random are very different things. Put the blame where it belongs: on people and not the technology.

    --
    Why is it that the proponents of "one nation under God" are so eager to get rid of "liberty and justice for all"?
  21. The best way to learn is not in school by Bruce+Perens · · Score: 3, Insightful
    Programming is not a skill that can be taught.

    The most you can do is help a student develop their skill. Skill is something that comes from the way your brain is wired. If you don't have it, no amount of learning will give it to you.

    There are a lot of people with advanced degrees and little skill.

    Bruce

  22. You've got to be joking..... or stupid by zibix · · Score: 3, Insightful

    Anyone who actually suggests that learning programming should be made more difficult to prevent irresponsible use has got to take the cake for elitest bullshit.