DEV Community

Discussion on: 5 Pillars of Learning Programming

Collapse
 
hilaberger92 profile image
Hila Berger

I think it's a very nice idea to let the students write their code and test it with tests written by the lecturer. That way the students get familiar with the ideas of unit testing and TDD, and it will be easier for them to apply them in the future by themselves. I wish this was the teaching strategy at my university :)