lunduniversity / introprog

Teaching material for "Introduction to Programming using Scala" at Lund University, LTH. http://cs.lth.se/pgk/
142 stars 176 forks source link

"Uppgift 1 e" in `blockmole` may be somewhat vague #813

Open EliasAAradsson opened 1 week ago

EliasAAradsson commented 1 week ago

"Uppgift 1 e" reads: "Kompilera ditt program med scala-cli compile . och kontrollera med ls .scala-build/*/classes/* att några filer som slutar på class har skapats i en under- katalog. Vilket namn har underkatalogen med ditt programs maskinkodsfiler? Varför fick underkatalogen detta namn?"

Maybe change this formulation to better communicate intent of this task?

EliasAAradsson commented 1 week ago

Also consider the context dependency of the command ls .scala-build/*/classes/*. It may just yield blockmole and not the full search path, meaning the "strangeness" might not even be visible to the student. (Also, some students trying this in Command Prompt may be confused)