|
|
|
|
|
by EmilStenstrom
5290 days ago
|
|
Is this really so different from other disciplines? I find that courses and theory are good for grasping the basic concepts, not for actually learning how to use those concepts in the real world. I'm guessing that holds for most other disciplines too. I read a course about data structures. It was taught in Java, but it was very clear that Java was not the point. What did I learn by that? Not to write linked lists in Java - I've never had to do that again - but to understand the basics of how to think about storing data in your programs. For me, courses are great for grasping theory. |
|