What are the most common stumbling blocks when it comes to learning programming, in order of difficulty?
- by blueberryfields
I seem to remember that linked lists, recursion, pointers, and memory management are all good examples of stumbling blocks - places where the aspiring programmer typically ends up spending significant time trying to understand a concept before moving on and improving, and many end up giving up and not improving.
I'm looking for a…