|
|
|
|
|
by aninhumer
4510 days ago
|
|
While I agree with the general idea that getting people enthusiastic is an important part of teaching programming, I think you're still underestimating the complexity of some topics. The initial realisation that everything is just simple conditionals and loops is very empowering, and will probably lead to a burst of creativity in many people. However, the reality is that these tools are not sufficient for many complex tasks, and left to their own devices, students may lose interest before discovering the alternatives. Having a teacher there to say "This might be easier if you learn about arrays" is very valuable. |
|
Variables, loops, branches, I/O (input/print). Did I miss anything?