DEV Community

Cover image for What's One Thing You'd Change about Coding Education?
dev.to staff for The DEV Team

Posted on

What's One Thing You'd Change about Coding Education?

Imagine you have the incredible power to make a single change to the coding education system. What would it be? Whether you're a seasoned programmer or just starting out, we want to hear your thoughts. Join the conversation and share your ideas on the one thing you'd transform and the reasons behind it. Let's explore how we can make coding education even better together! πŸ’»πŸš€

Follow the DEVteam for more discussions and online camaraderie!

Top comments (14)

Collapse
 
jonrandy profile image
Jon Randy πŸŽ–οΈ • Edited

By the time I was taught any programming in any kind of formal education setting (I was a teenager), I was already way ahead of the teacher in my programming skills and was actually correcting his mistakes. I'm not sure if things have gotten better in this respect (this was the early 90s), but judging by the knowledge I see from new, young developers who have learned in a 'school' setting - there still seems to be a problem - either with the teaching material (it's no good, or plain wrong in places), or the teachers themselves (cannot program, or only at a very basic level with no real understanding of the subject).

I think the above is probably one of the main things that needs addressing, but there are also a million problems with the tools and resources available today for learning to program outside of a formal setting, but there's a whole book's worth of material to say about that.

Collapse
 
ryencode profile image
Ryan Brown

I would say not having it segmented into just for computers class, or just for it's own sake. Teach how to use it to solve the problems encountered in other domains.

Collapse
 
ben profile image
Ben Halpern

I think it needs to be way more nimble. What you're learning today will apply to tomorrow but not directly. Everything needs to be put in the context of setting you up for continuous education.

Collapse
 
valenc3x profile image
Ricardo Valencia
  • Make coding part of a more interactive activity, like robotics or something visual. I found math more approachable in the context of a more tangible application, like physics.
  • Stop trying to make everyone a web developer. Most frameworks will be outdated very soon anyway.
  • More diversity, particularly gender
  • Teach skills like version control and debugging/unit testing alongside coding. We need more people able to properly test and manage a code base rather than another traveling salesman variant
Collapse
 
tweezii profile image
Taylor Zeller

While I believe that formal education does have some value depending on the institution, I have seen a lot of instructors that either have theoretical knowledge about a subject with no real-world experience, or dated experience that is no longer as applicable to modern development. I understand that a lot of this is simply because there's more demand than there are teachers, but I just think bridging this gap would help immensely.

Collapse
 
kurealnum profile image
Oscar

Slightly faster paced classes. The faster paced part might just be for me, but I do think it shines a light on the... not so great way our education system works (at least in the US). There's a lot of handholding, and slowly working through every problem.

I'm not saying that we should take someone that's never programmed, and tell them to go through an massive programming assignment on their own. But having a lecture video that walks you through every assignment is also not a great idea (yep, that's happened in a 2nd year high school CS course!)

In short, a lot of programming is sitting down and struggling through a problem, and trying to really understand it, and I don't think that schools do that.

Collapse
 
s0bacc profile image
S0bacc

In the education system, the first thing that confuses me is the endless essays that I had to write at the university. This is superfluous and only interferes with the educational process in order to gain quality knowledge. The big advantage is that now there are plagiarism free essays about theme in literature here studymoose.com/free-essays/theme-i..., and the process of writing an essay can be greatly simplified. If you have problems with essay topics, then this will solve your problem.

Collapse
 
ladybos94259432 profile image
Lady Boss

If I could change one thing about coding education, it would be to make it more affordable. Quality education should be within reach for everyone. I often explore options like write my essay online for cheap to bridge this price gap.

Collapse
 
rikkolea profile image
Rikko Lea • Edited

Innovation knows no bounds, and I found writers who shared my vision for creative projects. On an innovation writing personal statements for residency-focused website, I connected with writers eager to explore cutting-edge ideas, experiment with new formats, and challenge traditional storytelling norms. Collaborating with these visionary writers has unlocked new possibilities in my creative endeavors, leading to captivating and groundbreaking content.

Collapse
 
starswan profile image
Stephen Dicks

+1 to the testing and source control. Most programming courses (mine included) give you enough knowledge to program 'in the small' but that's not really a useful skill. You need to be able to program 'in the large', write tests, refactoring old code, document for the next developer, debug, create abstractions - all of which you an get away with in the small.

Collapse
 
kalebramirez2020 profile image
KalebRamirez2020

Education is the cornerstone of personal and societal progress. It empowers individuals to unlock their potential and contribute to the world. When seeking academic assistance, platforms like assignmentshark.com/do-my-assignme... offer valuable support, aiding students in their educational journeys. Quality education and accessible resources are key to a brighter future.

Collapse
 
rachelfazio profile image
Rachel Fazio

Happy to see the new header here already! My biggest want for a single change would be more diverse STEM classrooms.

Collapse
 
sohamboratee profile image
Soham • Edited

For some reason a lot of schools make students write code on paper. Wouldn't it be better for students if they typed it on a computer? They would also get faster at typing...

Collapse
 
catsarebetter profile image
Hide Shidara

I would change how it's taught and tested for. Projects projects projects matter more than anything else. I would argue that it's really the only way to learn how to code.

Some comments may only be visible to logged-in visitors. Sign in to view all comments.