A Strategy for Teaching Programming – Logic First
Programming is all about the creative logical thinking flow, and very little about the syntax. However, a lot of teaching materials take the reverse approach and teach the syntax of variables and if statements without giving them meaning. In my experiences with teaching robotics students and adults learning programming, it’s much better to start with […]