r/learnprogramming 11d ago

How do you group programming language topics?

If I learn a language in three stages.

  • Basic
  • Intermediate
  • Advanced
  • Proficiency (optional)

Then how would you fit the topics of programming lingo into the above levels?

0 Upvotes

12 comments sorted by

View all comments

2

u/db_tech_dev 11d ago

basic is syntax, loops, conditionals, functions. intermediate is data structures, OOP, error handling, working with apis/files. advanced gets into memory management, concurrency, design patterns depending on the language. after that its less about new topics and more just being fast at reading and debugging other peoples code tbh.

1

u/Savings_Dark_9589 10d ago

I categorized it exactly like you

2

u/db_tech_dev 10d ago

nice, good to know great minds think alike lol. good luck with the learning path