Skip to content

Commit

Permalink
Correct grammar in instructions.append.md (#623)
Browse files Browse the repository at this point in the history
* Correct grammar in instructions.append.md

* Correct grammar in instructions.append.md

* Update exercises/practice/grade-school/.docs/instructions.append.md

Co-authored-by: Erik Schierboom <[email protected]>

---------

Co-authored-by: Erik Schierboom <[email protected]>
  • Loading branch information
marianoastor and ErikSchierboom committed Apr 30, 2024
1 parent d45dd19 commit 92a16b5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion exercises/practice/grade-school/.docs/instructions.append.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Instructions append

It isn't strictly necessary to model students as a seperate object, you can use a convenient internal data strcture as the requirements are quite simple (and as long as it doesn't leak out into the results).Note: this exercise has been slightly modified from the problem-specification, as it makes more sense to seperate adding students and querying them in seperate methods (vs. having one method doing both, which feels less Pharo/Smalltalk like).
It isn't strictly necessary to model students as a separate object, you can use a convenient internal data structure as the requirements are quite simple (and as long as it doesn't leak out into the results).

~~~~exercism/note
This exercise has been slightly modified from the problem-specification, as it makes more sense to separate adding students and querying them in separate methods (vs. having one method doing both, which feels less Pharo/Smalltalk like).
~~~~

0 comments on commit 92a16b5

Please sign in to comment.