|
|
|
|
|
by hath995
2138 days ago
|
|
Studies of college students learning CS showed that students who built a consistent mental model of what the code was doing did considerably better in classes. To that end when I was teaching students I would print out snippets of code and have them evaluate the code in their head/on paper and then have them run the code to see if there was anything wrong. Repeat this process until your mental model matches what the computer does. |
|