exercism / cpp

Exercism exercises in C++.
https://exercism.org/tracks/cpp
MIT License
256 stars 207 forks source link

making-the-grades: no mention of generics #677

Open ErikSchierboom opened 1 year ago

ErikSchierboom commented 1 year ago

I'm not entirely sure about the making-the-grades exercise. It seems to gloss over generics entirely, whilst requiring students to use its syntax. Maybe some explanation is needed?

vaeng commented 1 year ago

There will be an extra concept solely on templates. They have some exposure to templates by this point through the vector and array concept. Do you think I should add some more to make sure they notice it?

ErikSchierboom commented 1 year ago

They have some exposure to templates by this point through the vector and array concept. Do you think I should add some more to make sure they notice it?

I think so. It can be very handwavey, but it is some completely new syntax that might be very odd to students.