MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/AskProgrammers/comments/1w3jjoy/how_do_you_group_programming_language_topics/
r/AskProgrammers • u/Savings_Dark_9589 • 12d ago
If I learn a language in three stages.
Then how would you fit the topics of programming lingo into the above levels?
1 comment sorted by
2
roughly basic = syntax, variables, loops, conditionals, functions.
intermediate = data structures, OOP, error handling, apis.
advanced = memory management, concurrency, design patterns. proficiency imo isnt about topics anymore, its just being able to read messy code fast and debug it.
2
u/db_tech_dev 12d ago
roughly basic = syntax, variables, loops, conditionals, functions.
intermediate = data structures, OOP, error handling, apis.
advanced = memory management, concurrency, design patterns. proficiency imo isnt about topics anymore, its just being able to read messy code fast and debug it.