|
|
|
|
|
by wvenable
5297 days ago
|
|
I mostly had the same experience as the author in university, with the sole exception of the C++ class. That class was brutal -- you had the match the style guide exactly, have good variable names, good comments, const-correctness, etc. When I've taught programming to beginners, I try and demonstrate good code and when I see ugly code I point them in a better direction. I have, however, had students be stubbornly focused on the output of their code and ignore all my advice. No matter how ugly and hard to debug their code was, they refused to believe it mattered. |
|