You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here at Exercism the instructions give some motivation and describe the task from a high-level perspective. All the details, the exact requirements, are specified by the tests. Reading the tests is part of the task.
For some tasks the .h is provided completely or (like in this case) just the data structures but in general it shouldn't be hard to extract the required data structures and functions from the tests.
Concrete: Did you find it difficult to read the tests and understand what you're supposed to do?
Whether a complete .h file should be provided or not has been discussed a few times in the past. The maintainers decided that they like the current state the most. If you want you can try to convince them otherwise.
Introduction
Currently, I'm doing the exercise Grade School.
Question
I wanted to know why we don't have a method inside grade_school.h?
The text was updated successfully, but these errors were encountered: