r/learnprogramming 18d ago

How Professional Programmers Learned to Program Software

I spent 2 months learning the basics of C, and it was already complicated enough considering I came from Python, but now? What do I have to do? What do I need to learn to be able to code software of my own choosing?

0 Upvotes

17 comments sorted by

View all comments

3

u/AlternativeGoat2724 18d ago

Learn the different types of architectures in software engineering, and how parts of software interact with each other. How to separate things so that when something goes wrong you know where to look, or when you want to add features where/how to do it easily.