exercism/powershell

Exercise 10 - GradeSchool

gyssels opened this issue · 4 comments

First: thank you for your help!
Request specifications:

Please work from the Exercise-10-GradeSchool branch.

Bob exercism files to implement:

Do not touch, as it will not be merged:
.\config.json
.\exercises\grade-school\README.md (autogenerated)

Created a new Exercise-10-GradeSchool branch for working with this exercise.

I'd be happy to help out on this one

Wasn't entirely sure if that was the direction people want to go with this one (referring to #100).

I think it is a pretty good opportunity to introduce classes, however, it is possible to accomplish the same result without the use of classes (just writing [pscustomobject] with the grade and name properties to output).

Happy to discuss here or within that PR.