Should Everybody Learn To Code?
theodp writes "In July, the Association for Computing Machinery announced it was partnering with Code.org, with ACM contributing funding and its Director of Public Policy to Code.org in a push to 'ensure that every K-12 student in the US has the opportunity to study computer science.' Interestingly, joining others questioning the conventional Presidential wisdom that everybody-must-get-code is the Communications of the ACM, which asks in its February issue, Should Everybody Learn to Code? By the way, Code.org is bringing its Hour of Code show to the UK in March. The new National Curriculum for England that is to be taught in all primary and secondary schools beginning in September includes a new emphasis on Computer Science curricula, said to have been sparked by a speech given by Google Chairman Eric Schmidt in 2011."
Sure, why not. They'll never use it anyway.
no, next question
Just like everyone should like mathematics, even though not everyone will end up as a mathematician. Understanding basic programme is a skill needed in the new millennium.
No.
ensure that every K-12 student in the US has the opportunity to study computer science
Yes.
(1) Reading comprehension
(2) Household economics
then Coding.
Everyone thinks that their profession is the most important in the world. But making everyone a programmer is not the most important task.
NB: The message above might reflect my opinion right now, but not necessarily tomorrow or next year.
Yes. but then I think everyone should learn the basics of critical thinking. Fundamentals of programming isn't that different from algebra and geometry, so junior high-schoolers should get a dose. If nothing else, they'll learn that programming isn't rocket science: It's a flexible tool which can be used to do rocket science and make Caturday-related goofiness.
Everything in the Universe sucks: It's the law!
Besides anyone who's gotten past high school math has learned the most important parts already.
Kids need to be exposed to a wide range of subjects (including programming) that they may later choose to pursue. They don't need to be taught to be experts in every subject, but they do need the basic understanding that will allow them to start learning on their own and to know whether it's something that would interest them or not. That basic understanding will help them make good choices about what classes they take, what they major in, etc.
Should every person be allowed the opportunity to take a programming class as part of their basic school curriculum, YES.
Should everybody be forced to take a programming class, NO.
Well I think everyone should learn to write some code, but I've been conditioned to answer headline questions with no.
I see people in all professions writing code, often in tools like Excel that aren't really designed for it. Giving everyone some exposure to coding would both teach them that there are better tools available and give them the mental models to write less shitty code. This doesn't have to be in a computer science class. It could just be a little bit of programming in a science or math class. And by code, I just mean control stuctures and loop, not Turing machines and Landau notation. Let them learn that stuff only if the initial exposure ignites an interest in the subject.
LOGO isn't all that hard and gives people enough insight into how computers work to cure them of some idea that it's all spooky magic done by scary people.
I'm torn on this issue as someone who works in a sales org but has learned how to code/is in a continual process of getting better at it.
On the positive side of things, it's absolutely amazing how much time can be saved by extremely trivial code. For example, I had a client who needed to check something like 800 URL's for a given result on their page. They were chunking out ranges of the URLs to give to a team of people to do the task before we told them to put down the crack pipe and give us 10 minutes. A quick Python script looking for said element on each URL in the list dealt with that task nicely.
On the negative side-- the one thing learning code has taught me is that I'll never be that good at it. I had to bash my brains out on a table for many, many weeks, just to understand basic concepts like lists and arrays, and am only NOW really grasping the concepts of classes/why I should care. My code is sloppy, works well only really when run by me, and my ability to read other code/make modifications is limited to say the least. I stuck with learning code ONLY because I truly enjoyed it, and even then, after about 6-7 years of working at it, remain pretty mediocre.
In short, I'll never be a very good coder. I had to work INSANELY hard to get as good as I am, and I only did so because I genuinely love coding (even if I'll never be a savant with it). Trying to force people to go through that sounds like bad news bears, and I just can't see it working on any level. On the other hand, I get the appeal, because really everyone benefits. I get along great with our engineers because I can genuinely speak with them at a level that is more attuned to what they are thinking, and I can legitimately translate between the two orgs better than they could without me. It should be noted that we also have some rare engineers who can cross over to our world and love them for it.
So in short, I get why people want this to happen. Forcing it however is a recipe for disaster.
...many important concepts useful to logical and critical thought can be learned this way. I guess it's up to the educators to decide the best way to get students to grok these skills. Coding for codings sake? Wrong reason.
It is rude to randomly redirect visitors to beta.slashdot.
Even more so because beta sucks.
Providing a hard to find opt-out, adding /?nobeta=1 to the url, just upgrades the aggravation level from "rude" to "insulting and infuriating".
The only acceptable option is, as always, opt-in.
I guess you need reminding. a lot.
If learning to code accomplishes that goal then yes, everyone should learn how to code. On the other hand, those who can survive without coding should not be forced to learn to code.
Time is what keeps everything from happening all at once.
Way back in high school I learned BASIC to program my Commodore 64 (remember those?). Later in university i took turbo Pascal. Does anybody even remember that? But my point is, learning how to program is a skill that stays with me today. Almost every day in my business, when I need to figure out some information, I just open up a spreadsheet and lay out the data myself. I would never have been able to do that without the skills I learned in basic and pascal.
So maybe that is not the example everyone is thinking of, but when I see how useful that skill is on a daily basis, you get my vote for a yes.
If you have to ask, the answer is no.
http://en.wikipedia.org/wiki/B...
Formal logic: Yes Troubleshooting: Yes Basic computer skills: Yes The fewer people who think computers are magical devil machines and can figure out how to solve technical problems on their own the better, but the vast majority of people will not write programs.
Every opportunity should be available to each student, but we must learn to admit our children have different strengths, weaknesses, and preferences.
Though it seems true any child can grow up to be POTUS, not every child can be an astrophysicist.
Happiness in intelligent people is the rarest thing I know.
Ernest Hemingway
The Association for Computing Machinery wants everyone to code? I wonder what The Association for Fixing Your Car, Association for Small Repairs Around The Home, The Association for Recognizing and Stopping Child Abuse, The Association for Common Courtesy and The Association for Reasonable Adult Relationships would think. All worthy, imo.
It's hard enough to get a job as a programmer as it is.
Having worked in office environments, the amount of effort office workers could reserve by having access to a decent scripting language is immense; I once saw someone renaming over three thousand files by hand in order to change a date format. The potential drawbacks are also fairly obvious since businesses tend to do a terrible job of managing their IT tools and anarchistic coding is going to make this worse. However, the potential for productivity enhancements is there and it seems like a challenge which can be largely overcome, particularly if the workforce had these skills which were languishing. If this is the reality we should to push for, then some sort of programming experience which can be linked to useful activities seems like it would be worthwhile for many, from the drones in the office to automated farm equipment and CNC operators.
Just teach everyone logic and let them "code" in their native language.
Teaching everyone to code simplifies the profession. Sure anyone can put a few instructions together to write code, but very few people can write good code (clear, efficient, maintainable, etc.) and even fewer understand how the undelying hardware works ... And that include the vast majority of the people who presently call themselves software engineers.
Would coding in visual languages like Scratch qualifies? Everybody should learn how to solve problems and do tasks in a formal way, and see how that solution runs by itself, without their intervention, free will, or common sense. Doing it wriitting text or manipulating diagrams is independent of the core question.
Everyone should be given the opportunity to learn programming. Unfortunately it is not as simply done as teaching math. To learn basic math, you need paper & pencil. To learn basic programming sensibly, you have to have some sort of computer available. We're talking a very big leap in cost here for those who are not so fortunate to be able to dump a few 100 bucks on something as not immediately survival ensuring as education.
Yes, I can hear how many here cry out how I dare to say that education is not worth a few 100 bucks. IMO, it is, but then again, I have a few 100 bucks easily every month to spend on whatever I please. There are people out there who are by no means close to that, and for whom, say, 500 bucks for a computer to teach their kids programming is an investment they simply cannot make.
So yes, I think it should be our responsibility, as a society, to enable kids from these backgrounds to learn programming and offer them the necessary equipment (at their school or at some other place) to study and learn using equipment they need.
I'm by no means in favor of cramming programming down everyone's throat. I've earned a few bucks as a study aid for pupils who were pressed into "computer courses" by their parents who thought that it's "necessary" to make their kids the next programming generation because "computers are the future" (no, really? I thought they're the present...). It just doesn't work. You cannot force people into the mindset necessary for programming. People who do not want to learn it will not learn it. They will not even understand some basic concept, all they will take away from it is that it's some sort of arcane magic that only geeks and other dweebs can possibly grok, and that it's some scary stuff they don't wanna touch beyond what their GUI lets them.
If anything, forcing people into programming will drive them away from computers and raise the next generation of luddites.
We used to have a Bill of Rights. Now, with the rights gone, all we have left is the bill.
Please, half the 'programmers' I work with don't know anything about writing professional, legible and maintainable code. If you actually have a talent for writing software, you'll find out automatically.
Most people will never need to look at any amount of code in their lives, even people who spend every day working on a computer don't need to understand the code behind the software they're using. What needs to be taught are much broader computing skills. During my time in IT, not once did I wish anyone knew how to code, but every day I wished they'd take courses on general usage. What I mean by that is they come out of school knowing how to access the software they expect to need for their profession and an understanding of how they should be able to use it, but no idea what to do when that software fails or falls short of their needs. I watched a company spend two years trying to make their accounting software run their entire business, hiring one expert after another, being told the entire time by said experts the software simply isn't ideal for their needs but refusing to look at anything else because it was what they knew. Switching wouldn't have been difficult, certainly easier than spending years trying to jury-rig software into another purpose, but they knew so little of anything else they refused to consider it.
This was a small business with less than half a dozen people needing access to this software, not some giant corporation where a switch would cost millions, and they continued to spend more on updating their software than many alternatives would have cost. Their stated reason for not switching was that they didn't want to learn different software. Most of us understand it doesn't take very long to adapt to new software if you put the effort in, the only people I've ever been unable to teach are those that refuse to try to learn. But people come out of school thinking they just spent all that time learning how to use a few things and it'll take just as long to learn anything new, it's a problem that might not sound so bad but it truly handicaps the workforce.
Don't teach kids how to code, teach them how to use different types of software, teach them how different things on a computer interact, explain the importance of updating software and drivers. Keep the option to learn to code available, but don't make people think it's some necessary skill to use a computer, that's going to make anyone who doesn't take to it feel even less secure in their computer skills.
Should everyone learn electronics? Should everyone learn to fix cars?
No... Because if everyone knows a bit of everything, nothing ever gets done properly.
While its nice to know what coding is, as it helps make the magic box do things, it wont enrich most of the public to know how to do so.
Hate to break it, but 99% of the public really don't care how most things work, they just want it to work when its turned on. Knowing how an appliance ( yes, that is what a computer is to most ) works doesn't really make it work any better.
---- Booth was a patriot ----
Perhaps everybody should have a inkling what a computer is,
but only those who are going to take the time to learn how to do it well should code.
The current state of wild west coders makes too many things only just barely work.
no
next question?
Assorted stuff I do sometimes: Lemuria.org
I am a financial analyst. Knowing how to program allows me to automate boring things and generate analysis that would otherwise be impossible. It also means I am constantly creating tools that threaten the employment of coworkers who do not know how to program.
When you know programming, you spend most of your time improving the 1st and even 2nd derivative of the productivity function of a given task. When enough people like that are available for a given field, why would employers bother with people who are not capable of that level of productivity?
Sdelat' Ameriku velikoy Snova!
2. Coding is about to be obsolete. There are no mysteries anymore, and it is being automated.
Mindless fratboy brogrammer coding was never real programming in the first place.
So everyone probably should get at least some exposure to it. Some of them will probably like it and go on to be programmers. But I think it's more important to focus on applying the knowledge you've picked up in school to solving problems the students haven't encountered before. School learning seems to be increasingly just memorization and teaching to tests, and a lot of people that I meet don't seem to be particularly good at synthesizing solutions to problems they haven't seen before. There seems to be an aversion to experimentation, even when the experiment would not be terribly expensive to run. I prefer a hands-on approach where we poke at a problem, try a few things, keep the stuff that seems to work well and throw out the stuff that didn't.
I'm trying to teach myself to set people on fire with my mind... Is it hot in here?
If you think this is the case, then please, go find another field to work in. Leave the real work and discoveries to people willing to find them.
No
And it's a lot more fun than MS vs Linux, Java vs .NET, Nvidia vs AMD, or even vi vs emacs. Sorry "gcc or llvm", your grudge match will have to settle for a 3 AM slot on a low budget, obscure science light cable TV channel.
The big language demolition derby is still hot and furious, like the annual playoffs of old sports that still excite fans, if you can see past all the smoking wrecks like Modula and the entire team of modular programming cluttering the arena. If only the Perl 6 team could sort out their engine troubles and get their car into the arena, replace that sputtering Perl 5 vehicle and challenge that JavaScript/CSS/HTML/AJAX monstrousity that was cobbled together from a dozen different brands of automobiles, and that C++ bug that still works after being run over and rolled over and which just got a fresh set of wheels. OOP sponsors must be wondering which teams are still proud to bear their logos. And where's Haskell? Oh yes, loudly honking their horns from atop the safety of their functional programming pedestal while the LISP car circles round and round as if they expect a ramp to appear at any moment. Python? Dancing around the LAMP pole with PHP's go-kart. In one of the darker corners of the arena are the excruciatingly slow horse drawn wagons of the Fortran and Cobol teams, just trying to hold their ground. Follow the oil slick to find C. Java is struggling to move under the crushing weight of their massive armor, spare parts, and the huge gas tanks needed to feed their too thirsty engine. The kids would still love those Logo toy cars they used to hand out last century.
If coding is so universal, what language should everyone learn? We're nowhere near sorting that out. Shouldn't we be able to settle and standardize on the essential elements of a programming language? As it is, it's like arguments over mathematical notation. Multiplication works the same whether the symbol used is x or * or a dot or nothing at all because it's the default operation. But it's not so easy to tell what is trivial and what is important in programming languages.
Intellectual Property is a monopolistic, selfish, and defective concept. It is "tyranny over the mind of man"
Put a chapter in 5th grade math books titled "Basic computer code" and just explain the structure of it and how a computer reads it.
1 chapter may spark interest in some children to pursue more knowledge but it may also give everyone that understanding of how things work without much effort.
(1) is not specific to coding, and for (2) it is simply not true. For a few tasks coding is being automated, for the rest it depends largely on lots of human being doing all the hard stuff. But I think neither address the original question anyway. The original question is whether everybody should learn some coding, and not whether everybody should do professional coding. I think asking everyone do at least a bit of coding is a good idea, because it is (1) an exciting experience, (2) eye-opening to understand that programming involving thinking in all details, and (3) a good weapon for anyone in the works to know what is automation all about.
Surely people should also understand how to repair the cars they drive every day. It's not that hard, they just need to learn how to use basic hand tools and diagnostic tools, and then everything is is a simple step by step process. Sure there are tip and techniques that mechanics develop over time as they have more experience, but hey, anyone fresh out of a 12 week "Become an auto mechanic" boot camp can rebuild an engine.
And for that matter, everyone should become a plumber, electrician, HVAC engineer, etc. If you don't know how to build and repair the technology you use every day, how can you hope to survive?
I know, there once was a time when some basic mechanical knowledge was needed, but nowadays one can expect to go years (or decades) without ever opening the hood of their car -- my wife hasn't looked under the hood to her car, ever, after 10+ years of car ownership -- she used to take it in for oil changes every 5000 miles, but her new car tells her when it needs an oil change (every 10,000 miles) -- so just like computers, people can treat them as a "black box" without knowing anything about how to build or repair them.
Some people simply cannot code, no matter how hard they try to learn. What you'd get in a mandatory coding education program is a neutered rote memorization course to pass a standardized test to maintain acceptable pass rates determined by the government.
A better approach would be a general computer literacy requirement with a conceptual understanding of what programmers do as one of its goals.
... people should learn to think by themselves. But for many people the less people can think by themselves the best for them.
FWIW, I remember this brilliant (to me) math professor who taught me abstract algebra back in the '80s. She carried around Rubik's cube key chain, and would solve it in moments while explaining the group theory behind it. She was in awe of us in CS, and that programming stuff we did--it was just beyond her. The modern cultural cadres in charge tell us that diversity is A Good Thing, to be sought as an end in itself. So why do we all have to be programmers? I'm glad Bohr and Einstein didn't bother with this shit. Or Cézanne and Picasso.
I think that you're making the mistake of perceiving a mindless code monkey to be tantamount to someone who is a seasoned computer scientist with a solid grasp of theory and a fair understanding of software engineering principles/design patterns (or a super competent software engineer with a fair understanding of theory). Code monkeys will not make real discoveries or do real work- like it or not, for better or worse, only the super-talented will (yeah, reality's a bitch). We've also reached a bit of a ceiling effect in science and tech more generally in my eyes- all the low-hanging fruit has already been picked, so the discoveries that remain to be made require much more effort and interdisciplinary teamwork than ever before. Getting more people trained to code won't change that.
The other point is that most programming languages these days are becoming more expressive anyways, which lowers the entry barrier to coding significantly so that most people will be able to figure it out at one point or another anyways- you don't need to be in the IQ > 120 club anymore because you don't need to really understand pointers or assembly code or any of that mess. Domain-specific languages are becoming mature enough that a statistician won't necessarily need to learn C and can most of his or her work done with R; ditto for the scientist who wants to use Julia or SciPy (without delving into any of the non-SciPy libraries available in Python). Syntactic sugar has been added to web languages like such as Javascript (e.g., Coffeescript) and even HTML/CSS (although goodness knows why these needed syntactic sugar). Perhaps I'm just coming from a privileged standpoint where I already find it simple so I can't see how other people will continue to find it hard, but I really really don't think that the simpler aspects of programming are going to be out of reach for the masses that much longer.
One last point is that a lot of the progress I've noticed in the tech world right now seems to be in the world of DevOps, which is what I believe is being referred to in point 2; a minimal number of systems administrators and developers are needed now to due to advances in deployment and debugging automation. Case in point: Google's servers broke and fixed themselves. Do we still need workers to do these tasks now? Definitely. 10 years from now? Not so sure, and flooding the job market with a bunch of "coders" certainly won't make matters better.
It's a pitty, but if you have problems grasping basic concepts like iterations (go once and again onto something till you get to your intended result), functions (decompose big tasks into shorter ones), boolean algebra (when a composed assertion is either true or false), etc. what it means is that you are not properly prepared to understand the world around you and your education has made of you a gullible person easier to fool than it should be.
You obviously never studied Topology because you don't know your ass from your elbow.
Some as a pro .MID to .OBJ - and it'll be extra two weeks of training.)
Some as a hobby / interesting thing to know
Many just enough to know when you're being tweaked by a HW or SW salesperson
(So does this include USB3? Yup. iEEE1394? Sure. Full LRF support? Absolutely!)
(We have to have the pro package - this one doesn't do
"Win treats sysadmins better than users. Mac treats users better than sysadmins. Linux treats everyone like sysadmins."
Becoming a serious programmer means changing the way you think. Quite frankly, we need to have people who don't think like a programmer.
Making everyone learn how to code would be like sending everyone to law school.
Play Command HQ online
Coding is about to be obsolete. There are no mysteries anymore, and it is being automated.
They said manufacturing was going to be "automated" too, but in politicalspeak "automated" means sent to cheap labor countries.
On second thought, I just made a pretty good argument for more training in domain-specific languages. I still don't think that just plunging in like a mid-90s cowboy coder generalist will work anymore though. Those days are definitely gone.
All judges and anyone working in the Patent Office should be required to have taken the equivalent of a college minor in computer science. (Not IT, but real CS). Just the core courses.
Learning HOW to think is more important than learning WHAT to think.
there are so many hours in the school day.
Look at the world: real problems are war, famine, violence, lack of love
this has nothing to do with coding
I think that rather then take hours out of the k12 curriculum for coding, we should take hours out for psychology.
maybe if children learned more about them selves and others, ti would help with the big problems
At the end of the day, coding is just a form of applied math. Sure, not 100%, but relational database is just relational algebra, UI programming is geometry and other stuff like matrices, functional programming is...well, yanno. And so on and so forth.
You probably can squeeze in some programming in math courses so people understand the basics. Not everyone should be expected to become a master programmer, or even a code monkey, but people should know the very basics, just as how they taught me the basics of how to bake a cake or whats the difference between the basic forms of investments in school.
Well coding, is the prime example where things that are not specific engouh, either fail totally or are COMPLETLY INSECURE (Pretty Happy Parsing errors)
You don't need to learn to code, you just need to learn how to describe something, that it can be reproduced within a certain margin of error. This is the description of a specification.
And you might say "reproducable yes, but does it work ?"
Not if the working condition is not specified.
If you can describe somehting acurate, THEN YOU CAN program!
Hint:
Good practice for writting "good"(see upper description) specifications:
- one page introduction make it 1/4 of a page
- List interfaces
- List operating conditions
- List operating requirements
- List ordering/delivery conditions
- List storage conditions
- List mounting unmounting possibilites and conditions (yes this includes tools and tool sizes)
- do the D-FMEA as easy as dancing YMCA !
based on this list collection of data you need to provide, if the data isn't 100% acurate and you know that, take an educated guess, (calculate, use your engineering skills, use previous data set a trigger level of acceptable conditions)
Coding is training for the mind. It's not strictly necessary for everyone, but it is broadly beneficial to everyone. What it teaches is the practical use of simple abstraction. Like learning music, it's good for you, even if you never get paid.
"We receive as friendly that which agrees with, we resist with dislike that which opposes us" - Faraday
Should everybody learn to drive?
Should everybody learn to fish?
Should everybody learn to use an abacus?
Should everybody learn to make fire with 2 sticks?
Should everybody learn how to skin a rabbit with their bare hands?
The answer is no, and so is the answer to this question. In fact, this article is a perfect example of Betteridges law of headlines which, iirc, was covered here on slashdot a few months ago.
If you gave me a choice between a printer and a giraffe with explosive diarrhoea, i'll get my ladder and my raincoat
I believe the primary purpose of public education is to ensure the functioning of a democracy by having citizens who can make informed decisions about how they are governed. Job training, personal improvement, etc, are incredibly important, but secondary benefits that arise from that main goal.
If citizens are going to have informed opinions, debates, and votes on issues of government that increasing involve technology, it is important there there be an understanding of technology. When so much of how society is regulated and monitored is mediated by code, and so much of our interactions with each other and government is mediated by code, it becomes imperative to know something about how code works.
This doesn't mean everyone needs to have a deep or masterful understanding of how to code. What is important, is some understanding of how computers deal with problem solving and information processing, from simple procedural programming, to networks, and varying kinds of abstraction. There are lots of great simple visual programming systems and other tools which provide a view into this. Being able to actually write working code in a particular language is less important than an understanding of how code is written. Just as we read literature and history to understand society and politics, and it does not mean we will all be expected to be writers or politicians, students should be exposed to software design and have an opportunity to do some small amount of it hands on, even though they will not all become programmers.
So lets get the goals right, and build curricula that move us toward those goals.
before you do algebra, you need to learn to multiply, and before that you need to learn to add and subtract.
certain higher levels of abstract thinking require prior training in order to be of good use.
getting a good grounding in the basics gives one better preparation to wield the forces of code.
for the earlier grades —when they're still learning to add and subtract, and count their ABCs.. up to grade two and three, you cant even really assume that kind of stuff yet — kids grow slow, just like plants, and you cant just stuff it into them like cabbages — give them time to develop basic skills like recognising the 26 letters of the alphabet before giving them the ASCII code 65, 66, and 67 — give them the simplest introductions of a subject area gives them a better ability to start a good core understanding which will help them for a lifetime.
a lot of what you learn in programming is not the requisite clear training in thought — but the semantics of a language, and the APIs which it is calling.. things which continuously change — distracting from the main thing — learning how to think clearly and logically.
stripping all the semantics and APIs away — and just left with the six rudiments of logic to contemplate — the motions and interactions of the king and queen — how the rook and bishop move along vectors; how how the knights intersect in circles, and how variables advance and pawn chains interact — these are the kind of things that get children to think in abstract arrays and logical collisions. i would start Chess in Schools in grade 2, and every year the classes play each other.. with as much reward given as they do for other sports activities.
train the national mind.. train the human mind.
once they got chess down for a couple years — programming,
starting in grade 7 and 8 should be a piece of cake.
2cents from toronto island
john penner
Everyone should be taught Logic. Code may be a handy way to teach it. But there are many ways to teach logic. If code isn't the best then it shouldn't be used.
To a certain rudimentary level, i shoul be subject in the school.
Like everything which is subject in a school, it can not be more than an opportunity to learn it and get interested in it.
I am fine if the from the 95% which understand the world less than me 50% understand this fact.
kinda off topic, but i wanted to take computer science at big university in U.S.A. required too much mathematics. ended up studying for information systems at a community college in U.S.A. instead. didn't realise that CS required mathematics above trigonometry level.
Someone has to program the automation and that automation will have limits, and someone will have to program a better version. Anyway, someone needs to be able to describe a problem for a computer to automatically program it, and at that point, that is the new programming.
The balls and sticks of sportsing are unused for me and grammar irrelevant. Don't start me with quadrivium although liking music.
I'm a math student. From my experience, anybody who didn't start coding out of curiosity at some point in their lives, should never be required to learn it. The classes where coding in Java or even something as foolproof as Matlab is required, I've found that it's much easier to write all the code myself, rather than split the work with people who are unable and unwilling to think like a coder. They just don't realize that making a program run correctly once is only a small part of it, that you write code for humans to read. What's worse, they're unable to focus their minds on a task for a couple hours.
Predictably I can't see anyone mentioning this, but more important than coding is...
knowing WHAT TO SOLVE!
Unfortunately, CS and programming classes don't really teach relevant and real approaches to Project Management, Requirements Gathering, Specification Reviews, IT Architecture and Design-processes, but just dives into implementation, any implementation, which is horrible in all circumstances.
Teaching more people entry-level coding is what we did in the first place and look where it got us!
Let everyone become CEO so we can crash the CEO salary first.
Then you can work your way down to programmers.
I'd rather not make my job something similar to fast food by teaching it to every single person in the world.
I was good at math in High School. I got a 5 on the Calculus AP test. But I never did understand that whole 'f(x)' thing. Why not just put 'y='. I basically gave up trying to wrap my head around why someone would ever write 'the f of x'. Then one day in University in my Introduction to Computer Science class the professor shorthanded a function declaration on the white board as 'f(x)', and years of middle and high school math all of a sudden made a whole lot more sense. I think that many students would be able to grasp the concepts of variables in math class sooner if they had a chance to use them in a couple of simple programs first. Plus they would enjoy a little bit of programming a lot more than pre-algebra.
Code: No.
Critical Thinking: Yes.
It is just like requiring everybody to play a musical instrument. Coding needs insight, talent and dedication. It is far more than hacking out lines of code in some language. It includes data-structure architecture and design, algorithm design and analysis, interface architecture and design, performance analysis, security, user interfacing, reliability, ...
Unless a person has reasonable skill in all of these, the produced code will suck badly and be of negative overall worth. We need far less and far better coders, not more of them, or this whole house of cards will come crashing down.
Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
Alternate headline: "Should an article posing this question be posted to Slashdot every month?"
Dear Slashdot: next time you want to mess with the site, add a rich-text editor for comments.
First we need to ensure that everyone is competent in analytical reasoning and the ability to communicate clearly and accurately in human language.
Egad. A good portion of people currently in IT shouldn't be programming. Most people can speak: does that mean they should all be trying to compose intricate novels and fine poetry? Good programmers have a knack that just can't be taught - it must be nurtured. Mediocre (and bad) programmers are legion, and somebody proposes to expand on that? Oy.
Learn to manage money, or it will manage you.
"We receive as friendly that which agrees with, we resist with dislike that which opposes us" - Faraday
I would be happy if everyone learned how to use a spreadsheet for more than just making lists and nicely formatted tables. The breadth of everyday math problems you can solve with a spreadsheet is astounding (budgeting, comparing financial alternatives, even computing how much materials you need to renovate a room). It's simpler and more useful than coding and provides a natural stepping stone to learning programming if you want to take it further.
Coding is a waste of time in our post-technological society. Learn how renting works, how real estate works, how finance works, that's the stuff you need to teach early on and has value.
A good point. When I took geometry in HS I didn't like it and resisted learning it. It all seemed like just a bunch of arbitrary axioms that one memorized in order to solve puzzles, to my way of thinking. Later on in my education I ran across Euclid's Elements, and the way he put those axioms together into a logical system was a thing of beauty and elegance that I understood intuitively. Same content, but I only had the aptitude to understand it one way, but not the other.
"We receive as friendly that which agrees with, we resist with dislike that which opposes us" - Faraday
> At the very least, everyone needs to understand that their phones don't
> run on magic. And maybe fewer people would look for source code by opening
> an exe in Notepad.
And now for the "Obligatory Car Analogy". Does every driver really need to understand the Carmot Cycle http://en.wikipedia.org/wiki/C... which is the basic theory underlying heat engines, including cars? Answer *NO*. Except for engine designers, most people only need to know how to *USE* their car...
* If it's a manual transmission, don't push the engine RPM past the red line on the tachometer
* If the "engine light" comes on, pull over to the side of the road and stop as soon as safely possible
* etc, etc.
Similarly, people need to know how to *USE* computers for their jobs, and at home. Just as everybody has "safe driving" pounded into their head, "safe computing" should also be taught.
Learn the basics of spreadsheets, word processors, email, etc. Scripting languages, spreadsheet macros, etc are nice. But VBA and Visual Basic and C++ for everybody is not necessary, nor possible.
I'm not repeating myself
I'm an X window user; I'm an ex-Windows user
Saying that "everybody should learn to code" is like saying "everybody should learn to change the oil in a car".
As much as I would like that to be true, it never will be, and anyone who actually looks at this critically will see that both of these tautologies are stupid.
Now, opportunity is a whole other ball game. Yes most definitely, everyone should be given the OPPORTUNITY to learn to code just like everyone should be given the OPPORTUNITY to learn about auto mechanics. That doesn't mean it should be required of anyone. I can't change the oil in my car and honestly I don't care, I pay someone else to do that. Just like my auto mechanic likely does not know how to write code, he pays someone like me to do that for him.
Computers will be doing it all, humans will simply be describing their requirements to the computer by voice, the corresponding code being instantly generated.
They may be a niche market for people who can concisely state requirements, but that will be as far as it goes for humans developing software.
Reuse Reduce Recycle
Along about 3rd grade, most schools offer musical instruction for a semester or a year.
The kids come home one day carrying a flute or a trumpet or a drum kit,
and they go to band practice once or twice a week and learn to make some noise\b\b\b\b\bmusic.
Some have no interest and no aptitude and drop it pretty quickly.
Some have some interest and aptitude and stay with it until they find other interests.
Some go on to become musicians.
I'd offer programming instruction on the same basis.
But I'd put it off until age 12 to 14 (when the capacity for abstract thought develops).
Does not hurt to have knowledge of it but the gap in experience and efficiency is still huge.
Should everybody learn a foreign language?
Should everybody learn carpentry?
Should everybody learn plumbing?
Should everybody learn to be an electrician?
Should everybody learn to be a mechanic?
Totally depends on how much you value your time. If your time isn't valuable then yes learn them all and do it all yourself. If it is valuable then do what you are good at and hire an expert to deal with the other things when necessary.
Level of interest is the only thing that really matters. If it interests you then yes, learn it. If it doesn't then you will be wasting time because if you aren't interested you won't care about getting good at it.
Computer Science is deflationary career meaning the value of labor gets cheaper every 12 to 18 months...!
The dropout rate for computer science will go down and be as simple as a math/physics major...!
Is there some kind of global investment in hemmorroids that we are all unaware of ?
What is the point of this ?
Plant a garden people.
In the 22th-25th century learning classical mechanics will as easy as learning quantum mechanics...!
http://abstractionphysics.net/...
Teaching everyone a specific language is like teaching everyone calligraphy. It's a nifty trick, and some people might actual use it professionally, but most likely it will be something you rightfully forget.
Teach kids how to problem solve. Teach them how to work in teams. Teach them how to find answers to questions. Learning a new language after that is trivial.
I taught myself Apple Basic in high school, and that knowledge became very useful 20 years later at my current job where I taught myself Applescript to handle all the mundane tasks that everyone else was doing by hand (and constantly making mistakes).
I'm still waiting for trigonometry to come in handy.
So yes, programming should be taught because it can apply to a much broader range of professions than math (basically, anyone that uses a computer).
It is mandatory these days!
Does Dice Holdings take orders directly from Zuckerberg these days?
Should they be forced to spend time glued to a screen? Nah, probably not, they'll do enough of that on their own.
Should programming's fundamental principles of logic, crucial thinking and problem solving be deeply ingrained? Absolutely. But programming is just one of many teaching tools available.
If the learning process happen to strike oil with a child's interest and aptitude for programming, then by all means encourage it, but don't force anyone into a nonessential activity they don't enjoy.
Obligatory XKCD
Yep, everyone should learn to code -- especially the people responsible for re-designing the Slashdot website.
No. simply because your skill set for your work requires critical thinking, doesn't mean its the only one that is so thus need to be mandatory.
Yes, absolutely, let's take the "mystique" out of coding.
Right now, I have software (written in Forth - because it's the ultimate language for DSL, I found), deployed for 6.000 patients that we use everyday, to churn out patient's prescriptions. In our public health system, patients get their free medicines for diabetes, hypertension, depression, hypothyroidism, asthma, etc (whatever is the "continuous" medicines the municipality pays for). They have a legal right to get them renovated. Doctors used to go crazy with renovating them by hand. It's no fun when you care for, say, 900 people with hypertension. Of course, this is not the U.S. (it's Brazil).
Why did I write in in Forth? Because it was so fast to write a mini-DSL. I could not even believe it. I got that for *free*, in Forth - I got a free "readline", a free parser, strings whatever size they come (Forth strings are better and safer than C's), a database for free, etc. Concatenative stack-oriented programming is very restrictive. If your stack is wrong, the Forth compilers will bork right back at you. Since you' re doing concatenative programming, it's basically like a functional programming paradigm: you fit Lego blocks of code on other Lego blocks. Since you must do a lot of stack-testing, unit testing is immediate and obligatory, instead of a "practice" or "discipline" that you must incorporate to your workflow. If your stack ain't right, you break things now, so you know pretty soon if your code is ok or not. And keeping track of the stack might become burdensome, so you automatically start refactoring code (everybody's heard of Leo Brodie's refactoring masterpiece Thinking Forth, right?). You keep it simple. Basically, everything I read about how awesome Forth is, is true. As a matter of fact, I first got turned on to Forth when I saw a guy who'd written his very own CAD software (which blew my mind). When I asked him what language he'd written it in, he said: "Forth, because you can go from very low level (in his case - graphic primitives directly on the screen - no OpenGL, etc.) to a very abstract high level (Forth words that concatenate in a DSL)". I understand now that it wasn't so much that he was a genius (although he did have a degree from MIT...), but that he got the tools he needed (after all, you can get projective geometry "recipes" from a book).
Initially, the software was in C (C and Forth can be deployed to any old trashy piece of hardware around, right? - this might actually be relevant, if you're financially constrained - which I don't expect anyone form a rich country to really understand), but then pointer indirection, parsing, data structures, file I/O in C, etc., just bored me out of my mind. Obviously, I understand people feel smart when they can write C-oid code with pointers to pointers but I found that to be stupid. This has to do with the fact that I met better languages (Common Lisp, for instance), before I met C, so I stand largely nonplused whenever I see someone claiming to perform advanced magic in, say, Java. Really? Java is a broken Smalltalk semantics with a C-oid syntax.
Having no strings attached (meaning: no managers breathing down my neck, me being a physician), I decided to scratch the C code and just go all Forth (because I actually think that Forth, Smalltalk, ML(s) and Lisp(s) are the best languages out there). I used win32forth because it's public-domain, but the price for Forth compilers are very cheap (and just go look at the benchmarks...) and I might change to a proprietary Forth (better documentation would be the reason, and support). The code is ANS-Forth, 99% (and the part that isn't is easily changed) - by which I mean "portable".
Although we're already deploying it in Real Life, I keep perfecting it (addicted to Forth). Right now, I',m fiddling with the Forth black magic - turn the compiler on, or off, etc. Stuff you really can't do in C/C++/Java without a huge amount of tools. Only in Lisp. But Forth is kinda of easier than Lisp, actually, I foun
Main difference between the BSD license and the GPL license: one is from California and the other is from Massachusetts
The state government is fighting like hell to reduce CS education. Between shutting down private tutors:
http://news.slashdot.org/story/14/01/31/1432227/california-regulator-seeks-to-shut-down-learn-to-code-bootcamps
And forcing high schools to drop CS classes like the one where I had a programming class in 1986 that has since been forced to shutdown, like the one my daughter attends, or Mission San Jose High where my wife works, they're doing a great job of keeping programming from the students. Instead, my daughter is taking a women's studies class. My wife was trying to sneak a little scripting into her math classes, but she got caught was threatened with being fired for doing that. CA is very anti-CS. Expect them to fight the ACM like hell and with a passion on this like they have fought all other efforts here to teach children logic and programming. I'm also tired of hearing morons like the local politicians drone on about how not learning logic makes you a better person. Not using logic (or math!) is how the voters picked the idiots that currently rule here in CA. We're out of money, but deciding to cripple the highest paying jobs in the area makes sense to those idiots.
Wow. What was I thinking this morning? These opinions are crap.
It might have been automated if the management understood automation, computers, and programming. It is easier for traditional managers to ship the work to low cost locations than reorganize the whole manufacturing process. This is also seen in the IT field. Lots of low cost hours is spent on ineffective tasks that should have been made automatic many years ago.
No low cost manual labour can truly compete with automation over time. We have shipped the jobs so the low cost countries get the skills to automate even more of the jobs left in the developed world. Large part of the infrastructure of the developed world is now controlled by India, China, Russia, and so on.
The good side: It is a way to develop the world. A expensive way, but it has transfered skills to new places. Would be nice if we kept some skills ourself.
I'd welcome more general instruction in programming, to give a better understanding of _procedure_ and of ordered sets. The idea that complex sets of tasks can be broken down to practical modules, to relatively small sets of less complex decisions, is one that is often lost in modern math and science and even history or language lessons. With that kind of grounding, later lessons in interrupt handling, prioritization, resource management, and error handling all have a foundation that can explain and demystify very complex problems in household planning, economics, and even political debate.
It's very powerful material, and at the core of modern technology. It deserves early attention in education.
Yes.
It teaches far more than just coding. It teaches one how to approach problem solving.
Our society gets more and more influenced by computing. Many decisions in society and economy require at least a basic understanding of what computers are.
I believe that everybody should have at least a basic understanding of what computers are, and teaching how to program is a great way of doing so.
Obviously you should use sensible languages like old BASIC dialects (with line numbers) or maybe some assembler, maybe also LOGO. More modern languages like C or Java aren't as well suited at teaching computing. Again the point is not to turn them into software developers.
In fact you could even teach programming without a computer. There are "paper computers" out there which are like board games. There are even books like "Computer Science Unplugged" which show educational activities you can do to teach computer science to childrens.
When teaching algebra, include a coding unit that shows the relationship between the two. This should cover the flow controls and functions. Teach first order logic as well. It will make sharpen their analytic skills and make them better citizens.
Who's going to teach it though? Over the years the teaching profession has been eroded to mediocrity, with low entry standards and BS union ideological wars
I cannot for the life of me understand the reason(s) behind the cris de coeur that we should be teaching all school children / all unemployed / as many as possible computer programming. It's as strange as trying to teach everyone differential/integral calculus with the knowledge that it will provide a foundation for many STEM jobs, or demanding that everyone learn Greek and Latin because it will open doors to a classically styled education. Despite the merits of each, each is time-consuming and specialized enough that in most cases, it won't be worth the time. Seriously: knowing the history of mathematics will be far more useful to most people than learning Weierstrass substitution (assuming, falsely, that everyone could learn Weierstrass substitution).
Rather than regurgitate the already well-articulated objections of others (read through 3+ rated comments), I'd like to offer that the only useful way I can imagine computer programming being incorporated into a K-12 curriculum is by showing how it can be used to trivially automate useful work and arrive at results in other domains, but I'd again say that the time needed to do so could be better applied to other things.
Does the industry simply want to drive down wages that badly? There must be some recognition on their part that they'll never turn software creation into a dime-a-dozen job--at least not on the scale they'd like.
Oh, and for the last time: computer programming != computer science, irrespective of what interest groups have told you. I know because I've done (some of) both.
Absolutely Not.
If you cannot read and comprehend and unable to do mathematics. Then you will not be coding. These two subjects alone are the basis for learning all the rest of the knowledge that us humans have acquired.
If you are required to learn coding, then you should also learn to Sew and Cook as well, or some other useful skill. These skills are more important than learning to code, in order to survive in this world.
Regards
Slashdotgirl
The more I know, the less I know
If only software developers learned to code.
Computers are everywhere. Being able to effectively talk to them is important, and powerful.
This goes back to that oft reproduced cartoon, of an office cube with a sign on it "Go away, or I will replace you with a small shell script." Particularly as robotics takes off, basic programming skills become more and more powerful.
Should I learn ballet? And gravely insult many cultured souls and minds? I rest my case.
I hadn't the slightest objection to his spending his time planning massacres for the bourgeoisie... (P.G. Wodehouse)
Coding is about to be obsolete. There are no mysteries anymore, and it is being automated.
They've been saying this since the 70's. I was around then. I remember. I still haven't seen it happen.
-- hendrik
The less people that can code, read, do math and think for themselves the better off I'll be.
When in doubt...assume its an attempt to lower costs.
A human being should be able to change a diaper, plan an invasion, butcher a hog, conn a ship, design a building, write a sonnet, balance accounts, build a wall, set a bone, comfort the dying, take orders, give orders, cooperate, act alone, solve equations, analyze a new problem, pitch manure, program a computer, cook a tasty meal, fight efficiently, die gallantly. Specialization is for insects.
-Robert A. Heinlein
Teach the little tikes how to learn, how to communicate and how to build good relationships with others.
Go well
I say no because the US is already turning into a third world country, the last thing we need is to be good at something to outsource and we also need stupid people to flip our burgers. Oh, we also need less people in programming so our demand is still high and can maintain our high-paid salaries which are generally higher than doctors. Yes, yes... I think that will do.
Most people are not capable of linear, logical thinking. Coding any successful piece of software will always elude them.
With computing being more and more ubiquitious, coding would be a good complement/replacement for will-never-be used higher-level calculus.
I too get annoyed at virtuosos trying to play the violin without the proper Fortran running through their head.
I think you underestimate just how much I just dont care.
This is genuinely the funniest and most insightful comment I have read on /. since I became AC some 10 years ago.
You misunderstand how incentives work in government. This is how that sentence reads to someone in government.
The government has IT staff that could easily automate some of these jobs and then that employee could lose his job, and all the managers on the ladder above him could lose one manager point.
Also learn how to fix cars, how to cook, how to run a big company, how to extract plutonium, how to design buildings, how to fly a 747..
What nonsense is this, oh wait, it's being promoted by someone who has a background in coding and got filthy rich with doing it..
let's get back to the real basics, they already need to learn too much junk in schools even though most of it they would learn already in real life outside school..
I don't think everyone should learn to code.
For one thing, it would probably lead to an increase in the number of grossly incompetent coders out there.
For another, its debatable whether or not its even a relevant skill for the majority of people.
"At last I went to the artisans, for I was conscious that I knew nothing at all, as I may say, and I was sure that they knew many fine things; and in this I was not mistaken, for they did know many things of which I was ignorant, and in this they certainly were wiser than I was. But I observed that even the good artisans fell into the same error as the poets; because they were good workmen they thought that they also knew all sorts of high matters, and this defect in them overshadowed their wisdom..."
that more women will study comp sci?
I'm all for it!!
I would count that under "Home economics" - how to do a budget, how to save, how to manage money, how to do your taxes (even if you still can't do them, at least you'll have the tools and know what to expect and need).
Just like I would count "basic mathematics" as a skill that is reinforced through Home Ec. as well. If there's anything people need to do more of is to realize when things are a deal, how to adjust recipes and all that, which can be done using just basic arithmetic. With emphasis on how to do rough estimates on taxes and such mentally so you're not constantly reaching for the calculator.
The ACM said "ensure that every K-12 student in the US has the opportunity to study computer science". That isn't the same thing as "everybody learn to code" as the headline says; it's making sure that schools offer classes in computing so students can take them if they wish.
But I would take it further and say that everybody, or at least most people, should learn the basics of coding. Writing computer programs teaches important lessons about logical thought: the importance of including all the necessary steps and including them in the correct order, and of not including steps that don't belong. Students used to learn that kind of thinking from proof geometry, but coding is a better tool because the computer itself provides fast and non-judgmental feedback, and because the actual skill of coding is more likely to be useful to the student.
I think that there is little value in teaching students to code as opposed to learning math, or logic, or a foreign language, all of which have been mistakenly substituted for by coding or programming classes at various levels. When I was in College 45 years ago I got away with not have to learn another modern spoken language because I was taking programming courses, learning FORTRAN. Now, that did get me some useful skill, I made a living for a time off that.
Looking back on it, I regret not having to learn some French or German, for example, but I regard High School Geometry, learning Euclid, and a later course on Symbolic Math and Logic to be far more valuable. I am not arguing that some exposure be given to a programming language but as an extra, and I would advocate teaching python as opposed to java. Stay away from strongly typed declarative languages for this.
A course in Critical Thinking and rhetoric or general semantics would be for more valuable. But I am sure that marketers and politicians would oppose that. It is possible that people whose first exposure to programming language was BASIC or Java could transfer those to other languages, but think of the number of people turned off by that.
No. Learning to code is necessary for only a small part of the population, although I bet most on Slashdot have tried a bit of coding.
I don't think there is any subject important enough that I would recommend everyone learn it. Although on the other hand, it is easy to come up with arguments why this subject and that subject is useful.
Unfortunately, the education system is not designed to be ideal environment for learning, far from it. http://www.johntaylorgatto.com...
The key problem is teaching subjects kids are not interested in at the time it is taught. Very few kids have the option of learning things in school in the order they want. Gobs of time is wasted trying to shove down information kids are not motivated to learn.
Object Oriented Programming was meant to provide recipes. Some factory turned out the code to do that task. The problen is that you sill have to learn where the method fits in your universe. It is like asking where to recipes come from in the first place? So we are past the urge to start from scratch every time we solve a problem and now get to use templates or other abstractions to help us, but we still have to understand them and that can be as hard as gong back and using the language primatives.
I say that you still have to know where recipes come from from and to extend the analogy with cooking you have to know what the ingredients are and what they do and if methods are like ingredients, that can be almost as hard as starting fresh. First because OOP often fails on poor documentation and if your only fix from that is to read the source, the logic for you is turned entirely on its head. You see the objects first and the bewildering set of methods the dev has chosen to define, which are often not complete or orthogonal, so practically it can be next to impossible to use a package effectively. Real life is not as simple as you suggest because people are lazy and stupid, the Universal Human Condition, by "stupid" I mean unaware, so some very intelligent people can be stupid, in fact very intelligent people are often more stupid than people of average intelligence. That shows up when you look at their code and it doen't really help that they have used OOP unless they have mastered orthagonally, which many have not. I know that code patterns are supposed to address this lack, but there is no way to enforce it except by proving programs have symmetry.
They should teach all kids some nasty language x86-assembly. 99% of them will have forgotten all of it by the time they become adults, but they will never forget how frustrating it is to perform simple operations on a machine. As a result, far less people will complain about computers and coders, especially that annoying boss of yours who constantly repeats "just get it done".
Learning to cook would be a much more valuable life-skill.
YES. Some simple language like HTML will do,
Casteism
When you go to the car mechanic to get your car fixed, you've got some idea of what it will cost. It may bot be a good one, but its an estimate that you've got in your head. Maybe a $300 part and two hours labor at $100/hour or whatever insane rate they charge, so $400 to $600.
Today's world is becoming more and more with someone working with a programmer.
It may be as programmer themselves (and anyone who been on the searching for a good applicant side of an interview knows its hard to find good programmers) - we need more programmers more than we need another person working at Mc Donald's. Certainly, not everyone can be a professional programmer, but I'm sure there's a lot falling through the cracks of society never realizing that they want to be a professional programmer (or for that matter, can).
It may also be someone hiring someone to do a job. A small business person hiring someone to write a front end to a database for a CRM, or website, or whatever. Look on eLance some time and glance at the estimates that people have - "I want a Facebook clone in 2 weeks for $500." Try not to laugh too hard. They are out there asking for such absurdities. Thats almost like going to the mechanic and expecting that part to cost $0.50 and the person to work at $5/h... um, no.
By having an idea of what can be done, and an inkling of an idea we get clients and managers that aren't going to want *everything* done today. Well, they will still want it, but when you tell them the actual price and timeline, they'll maybe not think that we're trying to rip them off (while we sit back and click on webcomics and write our own Facebook clone all day... or at least thats what they think we do).
There's also the aspect of people becoming a bit more literate in computing itself. They'll hopefully have an idea of what a computer can and can't do. No, cookies aren't stealing your information - the key logger that you installed with that game you downloaded is. The cloud is not affected by the weather. So on and so forth...
Looking at the number of people who have interactions with computers today compared to 20 years ago, I suspect that more people work with computers in one way shape or form than their own oven... unless its a microwave oven, with an embedded... oh yea. Computer literacy and basic ability to write a program is almost as important as regular literacy and being able to write an essay. It doesn't mean everyone will do it every day, but its becoming basic life skills in today's world.
No, everybody should not learn to code. Instead, all coders should learn to dance. That will be more productive. Also, it will teach the coders to STFU about everybody else learning to code.
Production coding is something that is not practical to half do, otherwise you'll create more problems than you solve. Amateur coders often write difficult-to-maintain code, creating longer-term headaches. If it's a small personal project, that's fine. But if it grows into a production-dependent application, then it's best to make sure it's engineered with maintenance in mind. Otherwise, staff will be married to a big tangled ball of twine.
Table-ized A.I.