DEV Community

If you could change one thing about learning to code, what would it be?

Ali Spittel on May 10, 2019

If you could wave a magic wand and make your biggest challenge when you were learning to code disappear, what would you choose to change?

Collapse
 
ben profile image
Ben Halpern

I would have loved more encouragement to... just do it my way.

I never fit in with anyone else's idea of how one is supposed to approach this craft, so it took a while for me to really have the whole thing sink in.

If people had encouraged me play and do things I liked to do instead of their idea of computer programming/computer science, it all would have happened a lot sooner for me.

Collapse
 
jackharner profile image
Jack Harner 🚀

I like the mantra "Make Dumb Shit".

I feel like it's a whole different kind of learning when you're just messing around. Being able to explore the "I wonder if I can do this"'s of the programming world is So Much Fun. Especially when it turns out you can, in fact, do { Insert Whatever }.

Collapse
 
justinvincent profile image
Justin Vincent

Yes agreed! Simone Giertz takes that to a whole new level!

youtube.com/watch?v=E2evC2xTNWg

Collapse
 
jsardev profile image
Jakub Sarnowski

This! I like to think about programming as a form of art and learning to program like learning to play the guitar - as soon as you can hold the guitar properly, and have a basic understanding of how the instrument works, how to use it - you start experimenting, trying new sounds, "messing around". This is pure joy!

Collapse
 
cjbrooks12 profile image
Casey Brooks

I felt like there was a plethora of content out there for absolute beginners, and plenty of highly specific/advanced topics, but not nearly as much content for intermediate developers. It felt like a real challenge getting past the "hello world"s of various frameworks into real-world development topics without getting deep into theory and design patterns that aren't necessary for 90% of apps.

You don't need to use the most bleeding-edge technologies and design patterns for the vast majority of projects that a beginning developer would be doing. They serve a great purpose for experienced devs doing professional development, but for beginners/hobbyists, it becomes a real blocker to even getting started.

And on the extreme end of things, it trains developers to just copy-and-paste solutions to get something to work without teaching them why it should be done that way, and as a result, it becomes harder for devs to actually take a step back and think through the problem they are trying to solve.

Collapse
 
cjbrooks12 profile image
Casey Brooks

And continuing on from that, I just want to say that Dev.to has actually been really great in this regard, with a good ratio of beginner to intermediate to advanced topics. There are so many articles I read here and think "wow, I really wish I had read this article several years ago".

Y'all are amazing.

Collapse
 
ben profile image
Ben Halpern

That's definitely intentional!! Though, with the complexity of the network, it's really hard to know if it's working right.

We know the traffic is going up and to the right, but it can be hard to tell if the real value is being created.

So hearing it is on some level is very motivating. 😄

Collapse
 
laurieontech profile image
Laurie

Funny that you mentioned that. Ali has actually been doing a post series on that.


The idea of getting past those tutorials and copy/paste solutions.

But you're abolsutely right that it's an awkward jump to make. Beyond theory it often requires you to start digging into integration points between various tools. And it's hard for posts, tickets, etc to capture the full array of problems you can encounter since there are so many permutations.

Collapse
 
jasterix profile image
Jasterix

Thanks for sharing!

Collapse
 
zkriszti profile image
Krisztina Závecz

If I had written a comment to this thread, this would have been it... Too much "hello world" and too much "ninja" materia, and barely anything on the middle of the spectrum.
Also I'm struggling to understand how can coding tutorials (even some very good resources) can be video based...

Collapse
 
murkrage profile image
Mike Ekkel

I agree 100%. Getting out of that 'beginner' mind set was incredibly difficult. You really do get stuck in tutorial hell for a while if you're not careful. It's just... there was no content for me to consume that was intermediate. Now that I am, or rather consider myself, intermediate, I find it tons easier to get up and running in projects but also grasp new more advanced concepts. It's a strange thing to experience because I didn't really "feel" myself go from beginner to intermediate as such, but I can definitely feel myself going from intermediate to advanced.

Collapse
 
jackharner profile image
Jack Harner 🚀 • Edited

If I could change one thing about learning to code, it would be that it was started earlier, particularly in schools.

I was fortunate that my dad worked for Intel growing up so he always knew (in my head) everything about computers. He started teaching me Visual Basic and Macro writing pretty young and that definitely sparked my interest in tech/web/programming. It helps build logical and critical thinking, problem solving, creativity, and so much more. We need to teach all the kids to code!

Collapse
 
dylanesque profile image
Michael Caveney

Beat me to it! I was thinking the other day that most languages are no more difficult than learning English( or most other languages), mathematics, etc. The only difference is that those concepts are continuously drilled in us from an early age, and learning coding would be easier if we started learning a high-level overview of logic, data modelling, etc in elementary school.

Collapse
 
grodier profile image
George Rodier

When I was in high school, I didn’t even know that software development was an option to study. There were no programming classes. I didn’t see a line of code until I was 21 and decided I wanted to learn more about programming to see if it would be a fit for me. Luckily 10 years later it was definitely the right choice!

Collapse
 
jackharner profile image
Jack Harner 🚀

Exactly! Get kids messing around with logic earlier. Even just the "How to get the Pizza to the party" stuff (Order Pizza, Right Turn, Forward 2, Left Turn, forward 1, pick up pizza, etc)

Collapse
 
3zzy profile image
Ibrahim Ezzy

Real world examples, instead of foo bar baz. For a long time, I thought those words had a special meaning.

Collapse
 
fassousa profile image
Fagnner Sousa

Haha when I was starting to code, I also thought these were special words... and hate them, still!

Collapse
 
egilhuber profile image
erica (she/her)

Yes! They're everywhere in StackOverflow code and for the longest time I thought they were part of a language/library/joke I didn't get.

Collapse
 
damcosset profile image
Damien Cosset

Not having to deal with religion-like arguments about languages, frameworks, tools... Or whatever. Would have loved to have to freedom to pick something and not having to question my pick because people have these hardcore opinions about it ( and opinions about me as a developer by association...)

Collapse
 
wjnbreu profile image
William J.N. Breuer

in a word: documentation

don't get me wrong, in the vast majority it is really incredible and commendable how thoroughly devs document their work, but for total newbies trying to figure out how to join the party, most docs are set up for more advanced understanding.

I'm not necessarily saying this is a bad thing, but I ran into tons of head-scratching in my experience.

Collapse
 
mariawhen profile image
Maria Nguyen

This! I thought I was terrible at reading docs (ok this might still be a little true). Turns out, I was just missing a lot of assumed knowledge.

Collapse
 
neex profile image
neex

More emphasis on reinventing the wheel and then doors, lights and the rest of the vehicle with ONE tool. So many people waste so much time by scratching the surface in million languages. Especially true in web development where you can see a junior dev resume with 15 languages and frameworks. And 6 months of total study time.

Less "well meaning advice" of the kind: you can do it in X in half the code/time/effort".

The struggle and depth you achieve by going deep in one language will let you switch much faster to a new one afterwards.

Being able to choose a proper tool for the job will only happen if you actually struggled through doing it the hard way in something before and reached a general understanding.

Collapse
 
hwolfe71 profile image
Herb Wolfe

I think part of the reasons that you see all those languages and frameworks is because job ads ask for them.

Collapse
 
nickylewlew profile image
Nick Lewis

The overwhelming feeling of 'there's too much, how will I ever learn all this!' or the self doubt on starting to learn a new language thinking it looks too confusing and thinking you'll never pick it up.

It's a barrier to overcome when learning new languages!

Collapse
 
karataev profile image
Eugene Karataev

I think my biggest mistake was to read a lot instead of practicing a lot.
I started to read a technical book with a goal to finish it. Nowdays my goal is not to finish reading a book, but to get the required information for my current task.
Reading a technical book from start to finish without a practical goal is a boring task and a waste of time. Instead find what is interesting for you, do research, ask questions, find answers, ask more questions. Make your brain work instead of just consuming information from a book/article.

Collapse
 
gypsydave5 profile image
David Wickes

Hmmm. I don't know - the biggest challenges always feel like the biggest successes when you've overcome them. So I'd not take away any of the things I've actually learned.

But what I'd try and take away would be my odd obsessions with the unimportant things. Things like:

  • which text editor to use
  • which font to use in the text editor
  • setting up a terminal to look pretty
  • adding every plugin to the text editor
  • understanding geeky jokes
  • etc etc etc

The amount of time I've wasted making Sublime Text look nice, or learning Vim, or playing around with every shell under the sun - without getting along with the actual coding bit. Ridiculous.

So, yeah - that's what I'd ask/help beginners with. Please stop adding to your problems with incidental crap and just use the quickest, most basic set up you're comfortable with.

Collapse
 
ssimontis profile image
Scott Simontis

I wish I would have not tried to learn C++ as my first language. The first few years I spent trying to learn programming were a complete waste of time and effort, I was top young to have any sort of clue what I was learning. It all worked out in the end, but I'm still kind of amazed that I was stubborn enough to keep pushing through the failure and confusion.

Collapse
 
kritoke profile image
Matt

I really wish there were a lot more accessible languages in computer science when I was enrolled in a degree towards it around 2001ish. It's taken me more than a decade to really get back into programming and found that I like it again. If Ruby or Python or even Javascript was at the level it is today back about 18 or 19 years ago, I probably would have finished that degree instead of changing majors. Now I can approach things like C# and a few of the scripting languages with a lot of ease. Though I hear C++ has changed a lot for the better these days, it still scared me off way back when.

Collapse
 
ssimontis profile image
Scott Simontis

I think the way that things were taught was off-putting too. When I had to learn C in university, it was a terrible experience. The updates to the language made in 1999 (C99 dialect) improved the language a ton, but we didn't learn about any of that. It almost felt like some of my professors considered it a rite of passage that since C was miserable when they learned it, it was going to be a miserable experience when you learned it too.

I'm fortunate enough that I knew as much as I did in high school because I ended up teaching my AP Computer Science class. The teacher had no experience with programming whatsoever and didn't know Java at all. He was basically learning the language with us. A few people tried really hard to learn it on their own and participate, but 2/3 of the class played Age of Empires or Starcraft against each other everyday and bombed the exam.

It saddens me that kids are in a position where they can't study topics that interest them. My school district was incredibly wealthy, and they couldn't bother to hire a single teacher with programming experience. It makes me fear for creative classes even more...if kids can't get the resources they need to discover if a STEM career is right for them, they probably won't get the chance to learn how to express themselves and develop their own sense of self. I can't help wonder if that's on purpose :(

Thread Thread
 
kritoke profile image
Matt

Funny you should say that, I had AP Computer Science in high school with C++. I relied on everything from that class for my first courses at University. Then when I hit data structures and had a class with 100+ students and the teacher was unavailable, only teaching assistants available. We had no computers in the classroom, the tests were all handwritten code. They added a computer lab to the class about a decade after I left. We didn't use the issued book for the class because the book was littered with errors, but a custom written book that the teacher wrote that was on printouts stapled at the book shop.

Collapse
 
hwolfe71 profile image
Herb Wolfe

This was back in the early to mid 90's, so it may not be quite as relevant today, but I really could have used a mentor. I made a lot of poor choices for college courses, both in what I took, and what I didn't take. I didn't know that I would have to teach myself a lot of things, nor where to learn them.

Collapse
 
ebourgess profile image
Elias Bourgess

A mentor or a helping hand to help me start on the right track, since at first I didn't know from where I should start my learning path.

I started hopping from language to language wasting time on them until I got to PHP and built a career out of it.

Also back then I couldn't find the right community to join so that I could learn new stuff the right way.

Collapse
 
goodidea profile image
Joseph Thomas • Edited

I'm self-taught, and did most of my learning in a very isolated way. I would have benefitted from having more peers at the same level to work alongside with. Now that I am teaching, I see how much my students learn from and encourage each other - I wish I had had that. (I also wish I had had dev.to when I was getting started!)

Collapse
 
derek profile image
derek • Edited

✨Technical documentation

When I first started trying to learn by reading books and technical documentation, it was always quite terse and esoteric. It's not so much the case now due to great platforms such as this, medium, coursera, and other video tutorial services etc that you can supplement the documentation or lack thereof.

But I do wish 🧞‍♂️the evolution of writing technical documentation continues to improve and is a skill people invest and develop as much as writing the code itself. To allow for more efficient knowledge transfers.

Collapse
 
avandarre profile image
Avandarre

So many tutorials had this formulaic progress of:

  1. Stupidly easy, basic, easy to follow beginning.
  2. Skip
  3. Here's the finished product.

They left you in a void of WTF just happened. How'd you get THAT?!?

Collapse
 
esker profile image
Isaac Gibbs

I think the thing I would change is in High School and still a bit in college, programming was only offered/avaliable to kids in advanced math courses, at least in my experience. I understand how some level of advanced math is needed but I think those can be taught in an interactive way with programming. Math is very abstract and I tip my hat to anyone with the passion for it. But, I think getting kids to create things is more the direction they should go in. For me it was games, for kids now it can be litterally anything, so much of our daily lives rely on computers and programming is just how us humans get computers to listen.

Collapse
 
flopi profile image
Flo P

I'd decrease the pressure to understand all of the theoretical concepts in the beginning. The concepts make sense now that I have more experience. I often look back and everything clicks quickly but I often heard, "if you're struggling with x, you need to question your future in this field" and it's really not that serious.

Collapse
 
joshcheek profile image
Josh Cheek

My biggest challenge was installation. I couldn't install Linux, I had a Windows laptop that I had bought (b/c I was failing horribly and needed something I could run at home) but I didn't know enough to understand that my programs didn't work b/c of linux (school) vs Windows (home) line endings. So I almost dropped out. A sysadmin at school installed Linux. Ruby had an amazing Windows installation that I was able to get running and I ran the code through their editor for about a year. For the next several years, my ability to succeed was severely limited by my ability to install. My first "real" job programming, I could barely get PostgreSQL to install. I've still never written anything that compiles to LLVM because I've had so much difficulty getting LLVM to install, ImageMagick has sometimes worked and sometimes not, so I would only run some subet of it. With my own Ruby gem that I've maintained for like... IDK, 8 years or so, trying to figure out how to get users to be able to install it and configure it has been the biggest hurdle. It's just super unfortunate that the biggest hurdle to playing with things is very often the first hurdle,.

But, if I wasn't concerned with "what's wrong that needs to be fixed", and instead was concerned with "what would be compelling", the thing I'd change is that programs are represented with text.

Collapse
 
yawaramin profile image
Yawar Amin

Installing stuff sprang to mind when I read Ali's question. I've been thinking I should dive into Nix/NixOS, it's trying to solve the problems of package management and installation once and for all.

Collapse
 
scotthannen profile image
Scott Hannen

I wish that I had learned how to improve and maintain code quality in parallel with learning how to make code do things. We can't learn to write maintainable, readable code first because no one is going to learn how to write nice code that doesn't do anything.

The only way I can see to achieve it is to have someone capable review code as you learn. That's not easy. First you need developers who can provide that feedback. Then you need to provide the circumstances for them to work with developers who are learning.

Collapse
 
coldwaka profile image
Cole Walker

I wish there was more encouragement to read the documentation rather than watching seemingly endless videos. It took me forever to find out that reading the docs was easier and faster than trying to take what was discussed in a video and modify it to my specific situation.

Collapse
 
drbragg profile image
Drew Bragg • Edited

I'm glad I read the other comments before responding. I originally was going to say that I wouldn't want any of my challenges to magically disappear because my biggest challenges helped my learn and grow the most. BUT since I read the other comments I have a different reply. I would definitely like to see it be taught earlier in schools and approached in a way that CS50 from Harvard does it, very fun, very conversational, with a focus on the concepts and not the syntax. I'd also love it if there wasn't as high of a math requirement. Math is what prevented me from going to college for CS but here I am 13ish years later coding professionally and though I still suck at math, I'm doing pretty well at it.

Collapse
 
jcklpe profile image
Aslan French

I'm currently learning to code. I come from an art and design background.

I'm decently well versed in logic through philosophy etc but I still find the presentation of comp Sci concepts very confusing. They tend to rely on a more mathematical notation sort of approach while logic in philosophy is often explained through example and metaphor which is much easier for me to relate to. I find that cs people tend to be kind of bad at metaphors, often preferring to rely on a pretty literal explanation of an idea rather than actually trying to relate that thing to some kind of visual/visceral instance.

I get the craft aspects of coding but I feel very ill prepared on some of the fundamentals. I'm trying to study that more but it often seems difficult. "why" explanations often seem to be completely absent from many coders minds. I often get explanations of. "what" a thing is when I ask "why" for some reason.

I recently was reading an article which said that success in cs seems to be linked to the ability to decouple mental models. Which I think may be a good description of the issue.

Collapse
 
mariawhen profile image
Maria Nguyen

I totally relate. That's why I find Vaidehi Joshi's work so awesome! Check out her blog and podcast medium.com/basecs/tagged/data-stru..., codenewbie.org/basecs.

She includes plenty of visuals (she draws them herself!) and metaphors.

I'm finishing the data structures portion before I move on to algorithms. I like to start with the podcast episode on the topic I'm learning during my commute in the morning and then fortify my learning with the blog post and a couple of corresponding leetcode problems in the evening.

Collapse
 
jcklpe profile image
Aslan French

Awesome, thanks! I'll check this out!

Collapse
 
anwar_nairi profile image
Anwar • Edited

Having more examples, more recipes, not just general concepts and lots of theory. I really value web documentation that let you play with a playground code, or that highlights some famous recipes to do a specific thing.

My motto is : learn by examples. I like Idriss Aberkane saying that "animals have chosen playing the top tool to survive. Your cat play, the tiger in the jungle play, the dolphins play. This is the best way to learn. Animals are not born with skills, they learn it, so do we, and mistakes are the best indicator of progression." (not quoted exactly as is, but more or less the idea!).

Collapse
 
xtofl profile image
xtofl

Add 'learning to grow existing code' to my curriculum. And 'learning to find the right library'.

You make different choices when you know how code is going to be used, evolved, packaged,...

This takes away some degrees of freedom you have to cope with as a beginner.

Collapse
 
juliageek profile image
juli4g33k

There were 2 challenges/ frustrations that I still deal with after 3 years in the field: 1. Lack of time to learn on my own. Juggling a full time job and the other daily routines is already hard. I even considered working 32 hours to be able to sit home and learn stuff on my own. 2. A job where you can learn and grow. Those are very few. Most companies have no process or standards of doing things, because they are too small or just attracted mediocre people and actually get away with a lot of bad practices.

Collapse
 
johnkazer profile image
John Kazer

I almost started to learn to code with lisp and prologue, but got distracted by other subjects (e.g. biology) and then c/c++. Now I wish I had learnt functional programming or even logical programming earlier.
I'm getting so much now from learning to think functionally rather than class or procedurally. Data driven, functional front end dev has been a revelation.

Collapse
 
michaeltharrington profile image
Michael Tharrington

Personally, I always hoped it would be more like this.

Haha, kidding of course!

In all honesty, I think the time investment is one of the scariest things to me... granted, I don't know how to code. 🙂

It's serious work, there's no getting around it. You can't just plug in and know it all... it's quite tricky just getting started and there's always more to learn! I think the vastness of it all feels overwhelming.

Collapse
 
darkain profile image
Vincent Milum Jr

BASIC

I would put this back at the forefront of education. It is by far and away the easiest language to learn, and has become extremely powerful as of late. QB64 supports full OpenGL now, and gaming is one of the most exciting things in programming that makes people WANT to learn to code, rather than just CS style algorithms, data structures, and business logic all day.

Collapse
 
moikapy profile image
Warren Gates

The ratios of Text/Video Tutorials and Interactive Tutorials, Although I don't mind reading through and article or following along with a video to give me an idea on how I would create something new or learn a language. The Interactive Tutorials found on Code Academy, TeamTreeHouse, and Scrimba have all made the difference personally when it comes to learning something new.

Collapse
 
yashints profile image
Yaser Adel Mehraban

I would've learnt the mechanics and concepts more, I've had a hard time blindly following stackoverflow answers without knowing why they work the way they work.

My learning process has shifted towards understanding the basics, concepts, learning why and how, finding multiple ways of doing the same thing and compare them to find the most optimal solution rather than fastest ☺️

Collapse
 
starchturrets profile image
starchturrets

Having someone IRL to help me along. Reddit and dev.to have a solid community, for which I am extremely grateful, but sometimes, it just gets lonely trying to learn on my own.

Collapse
 
daniel13rady profile image
Daniel Brady

make your biggest challenge when you were learning to code disappear

Well firstly, I want to rephrase this a bit, because I think if you're not being challenged, you're not really growing, and that feeling of growth is one of the biggest reasons I love to learn! When choosing between learning new things, I almost always pick the one with the most obstacles to overcome (if I have the luxury of learning at my own pace, that is). I think your title phrases it more to my liking, so I'll answer that one 😄

For me, the thing I'd most want to change about learning to code is hard to describe 🤔 It's whatever it is that makes other people want to stifle my curiosity and exploration, just because they know the "right" way to do it.

It's a hard thing, as a teacher, to resist the urge to "correct" your students and opt to guide them towards success instead. But I think it's something we should all strive towards when mentoring others, because learning the hard way is the only real way to understand something: tips, tricks, shortcuts and hacks are better left for people who already understand the magic, I think, because you're using them with a fuller awareness of what they are abstracting.

Collapse
 
karlredman profile image
Karl N. Redman

My biggest challenge with learning to code (20+ years ago) was the level of sacrifice required (in my experience) in terms of time, relationships, and quality of life. I still struggle with this. Keeping up with technologies and the various flavors of, and the evolution of, languages is exhausting, requires a lot of attention, and requires a lot of time. Throughout the years my relationships have suffered, my finances have suffered, and my livelihood has suffered -all in the the name of the pursuit of building the next thing, or building the next best thing, or research, or learning a new language for a one off project, or the like; the next fix.

Honestly, though, I wouldn't change a single thing. The act of Coding/programming is a contract that you make with yourself: "I will accomplish 'X' goal or fail. Every coder/programmer/software-engineer must come to terms with the level of failure they will accept in lieu of pursuing other avenues of pleasure, "normalcy", relationships, and other avenues of living.

Collapse
 
niorad profile image
Antonio Radovcic

The notion that math is essential to develop software.
Also the notion, that math is not needed at all to develop software.

I was held back (or held myself back) from pursuing dev as career, because I wasn't great at maths. Luckily I meandererd myself into dev via Front-End and the rise of smartphones, but I could have started much earlier.

But now with some years in the field, I'm trying to understand more of it and see its importance.

Collapse
 
uofirob profile image
Rob Montague

I would have loved to learn Assembly -> Java -> C++ instead of Java -> C++ -> Assembly. I'm very much the type of person that likes to learn the building blocks before I learn the big picture as I understood Java ok, C++ I was lost as to why my program kept blowing up (hitting unallocated variables and memory usually). Once I learned assembly, I learned exactly why I was messing up in C++, but I was already a semester passed that class.

Collapse
 
autiomaa profile image
Daniel Schildt

Lack of clarity about how different topics are related to each other has been the biggest slowdown over the years. It takes a lot of time and effort to create a mental map of the concept space. There should be more effective visual presentations about how different types of technical & social topics are interlinked together. Link strength & overlapping categories of concepts etc.

Collapse
 
sunflower profile image
sunflowerseed • Edited

A book or somebody who can explain things well would help tremendously.

Sometimes a book would just say do this and do that and something will work without never telling you what is going on and why. One example is React, Redux, and React-Redux, and Redux Middleware.

Honestly Physics and Math are not that difficult if a book can explain it well. It is better in USA: I have read some good textbooks. In some textbook I have read in Asia, it was written as if it was to confuse you.

Somebody may says things, and I don't know if they really intentionally try to confuse you or what it is. Let's use something you can familiar with: can you make chocolate in the form of a rabbit? You know the answer is "melt it and pour it into a rabbit shape container". But that person will tell you this, "the textural composition of chocolate allows it, although the artistic craftsmanship factors in this task as well.

Collapse
 
lbeul profile image
Louis

I wish I'd have learned the core principles and fundamentals of the language first, but today it's nearly impossible to not get sucked up by one framework fanbase, especially in JS.

Thanks to this, it was super hard for me to pick up new languages and so on.

Collapse
 
andrewfreites profile image
andrewfreites

I will love a "cleaner" code example on tutorials, what I (personally) believe is that a website should be "working" first and later we can go to CSS and give a personal touch. Is really awkward and hard for me to understand an example full of CSS attributes and a lot of "div" tags, looks like web developers use a "div" even for add another tag.
Every time that I google about any issue that I face, as a newby I miss trying to separate an actual function from div/span/col/etc, and you may say "you will need -classes- for a lot of things", well I'm not talking about that kind of code.

Collapse
 
kwmlodozeniec profile image
Krzysztof

I would have started coding earlier. I'm an electronic engineer by degree and most of my experience, but transitioned into software 4 years ago. I wish I have made the switch earlier or not bothered with hardware at all. Maybe it made me a better engineer but I feel much more fulfilled when writing code than when I was designing electronic hardware.

Collapse
 
catriname profile image
catrina • Edited

The "Make It Work, Make It Right, Make It Fast" saying was a bit of a game changer for me.

When I started dotnet, I stayed stagnant for so long trying to decide on an architecture and wrap my head around it all until I simply had to admit...this is as far as you can go RIGHT NOW. I can get c#, I got over my fear of Visual Studio, just MAKE IT WORK.

One year later, all my projects have been converted from PHP to dotnet Core. Now, that I've worked with it so much, I can better grasp the tutorials on architecture, it is finally clicking.

Currently "making it better".

Collapse
 
wetherallcode profile image
Robert G. Wetherall

More intermediate concepts and patterns to get to the next level with the tech you’re learning. There’s always so many beginning resources, I just want the next step.

Collapse
 
dilley_amanda profile image
future_coder2020

I'm still in the beginning of my coding journey, and I wish I could have more guidance, in person, about coding in general. Most of the things I've found out (outside of the bootcamp I'm attending) I swear I stumbled on. I know this is a general request, but again I'm still in the beginning, lol.

Collapse
 
cecilelebleu profile image
Cécile Lebleu

I’d say the criticism when asking a dumb question; or better, finding a really good community.
It has happened to me before — I go on a forum or chat “open to all! Come ask any question, we’re here to help” only to find that my genuine doubts and questions weren't seen as real questions, and people weren’t trying to help, only to “get this over with asap”.
I’m very glad to have DEV.to, however: you guys are so helpful, and the tag for explain it like I’m five has seriously solved doubts that I never asked for fear of my questions being dismissed as too dumb or basic.
Thanks everyone! 😃

Collapse
 
silvestricodes profile image
Jonathan Silvestri • Edited

Cross-posting from twitter.

I still struggle today with algorithmic thinking and even as a front-end dev, I wish I could grasp it better.

Collapse
 
zakwillis profile image
zakwillis

The $&* measuring side to most commercial development teams. Indeed, it has been one of the most bruising sides of developing software. One thing I absolutely can do is to build solutions end to end. This makes people feel uncomfortable. What should be a benefit to the team - that I acquired a lot of additional skills working on my own projects becomes weaponised to hide their insecurity. We all have weaknesses and things to learn and a personal goal is to learn from other people.
My last few contracts have been thoroughly unpleasant, and at the heart of this is somebody with a massive ego who doesn't want to think there is a better way.
So in short, it is overly-competitive people who are willing to throw you under the bus for another paycheck. This includes managers and the like.

Collapse
 
andreasjakof profile image
Andreas Jakof • Edited

I wouldn‘t. I grew on my challenges. I still love to be challenged. That is the fun in it. Building and learning and working for both.

Collapse
 
andreasjakof profile image
Andreas Jakof • Edited

I mean I learned to code in this setting:

  1. C++ Newbie (did some Pascal and Delphi before, but never profesionally before)
  2. Massive Mutithreading
  3. Peer-2-Peer (not Filesharing but metadata transport) with static application layer routing.
  4. Cross-Platform
  5. Reverse engineering a RS-485 BUS protocol to access hardware connected to it.

I had some help and the internet - cplusplus.com was my dearest friend after some time.
I did my first polymorphism and Factory pattern (did not even know its name) and all in all I was pretty naive and even came up with an idea of using the exception mechanism in the usual program flow. It was pretty elegant, but the others did not like it because „exceptions“ should be an „exception“ and not the usual case. After some reading I understood why (stack rewinding and undefined states).

What I want to say: the learning curve was very (very, very) steep. And I loved it all the way!

Collapse
 
andreasjakof profile image
Andreas Jakof

This was 10 years ago. And even though I changed to C# (currently looking into F#).

Until today I always try to do something differently the second time I have to do something I already know how to.

Collapse
 
torresroberto profile image
Rob

Understand the impact anything makes on an end user. Everything and anything will ultimately impact someone.

Collapse
 
samwho profile image
Sam Rose

I'd love there to be a single, clear path. Instead of hundreds of competing paths and everyone fighting over which is best.

Collapse
 
totally_chase profile image
Phantz

More docs!

Collapse
 
lautarolobo profile image
Lautaro Lobo

An infinite battery to net/notebooks... and one programming language to rule them all.

Collapse
 
danjmillier profile image
Daniel Millier

To start earlier, not go to college and start networking and following developers a lot sooner.

Collapse
 
mvasigh profile image
Mehdi Vasigh

Starting earlier and not letting things appear daunting to me! I had no reason not to pick up C++ in middle school, yet I never even tried.

Collapse
 
jasterix profile image
Jasterix

I would learn it in school. I wanted to, thought to, but was ultimately intimidated by the idea of majoring in CS. Honestly wish I had :(

Collapse
 
thefern profile image
Fernando B 🚀

Stop listening to what everyone else is doing. Pick a language stick to it.

Collapse
 
ashtoronto profile image
ash🇨🇦

Definitely making debugging easier.

But if I could wave a wand....

I'd pause time, learn to code, then resume it.

Collapse
 
murathe profile image
Murathe

The pain associated with switching a career over to coding, getting to network and build a circle - painful and hard.

Collapse
 
issecmura profile image
Vladyslav Startsev

Have you watched the Matrix movie? What I want is to plug flash drive with knowledge and learn something in seconds

Collapse
 
mcrowder65 profile image
Matt Crowder

C++ needs to get out of college curriculum for intro classes. Python would be my first choice.

Collapse
 
mehmood168 profile image
Mehmood

Data Structures

Collapse
 
namstel profile image
Namstel

Time. I would love to have more time to just mess around with all kinds of different technologies, languages and whatnots. Becoming a father made free time become even more of a luxury. :D

Collapse
 
heyitry profile image
Joshua

Facilitate conversations, and make it easy to find conversations that are relevant to a person's skill areas, experience, and the specific content they are trying to learn.

Collapse
 
chrismatheson profile image
Chris Matheson

Not need to learn the command line first.

It didn’t actually hurt me, because I travelled to code via messing about with Linux etc. But it stops so many new people in their tracks

Collapse
 
curenosm profile image
Misael Cureño

Just my motivation, with it everything is possible :3

Collapse
 
magbello157 profile image
Muhammad A.G. Bello • Edited

That beginners got the mentor at the beginning of their journey.

Collapse
 
stepankukharskiy profile image
Stepan Kukharskiy

I usually mix coding and graphics. Graphically seeing your code results gives you a thorough understanding of what you are doing. And it's so much fun!