Aug 25, 2017 · 1 min read
I think you’d benefit a lot by taking the time to learn the fundamentals of programming and how they work. Learning about Data Structures and sorting algorithms was the crowning point for me. It opened more opportunities for learning more stuff. If you want to do something quick and not have a lifelong career as a programmer then yes, take easy online classes that just brush you through, but if you want a career in software development then I think you can dive in a little deeper once you’ve gotten the fundamentals down (loops, data manipulation, input/out, files, conditional statements etc). Good luck!
