|
|
|
|
|
by steiza
6073 days ago
|
|
I think most people agree that universities should try to teach people how to learn, and not just the latest technologies and good engineering practices. But I've sat through too many university lectures on programming language syntax or introducing threads to believe the university is teaching me "how to learn". Why not tell students, "here's an introduction to C++, read it before next week's lecture" or "for this project you must use a VCS, pick one and learn it" instead of making me sit through lectures where the professor reads documentation to me? Have other people had the same experience? |
|
My one modification would be "here is the problem, implement a solution however you choose" (with maybe a caveat that it must be in a language that the TAs can read well enough to grade your work). Maybe some suggestions as to which languages are appropriate, especially if libraries written in a specific language are required or recommended.