forth: Make exercise schema-compliant#688
forth: Make exercise schema-compliant#688rbasso merged 2 commits intoexercism:masterfrom rbasso:forth-schema
Conversation
There was a problem hiding this comment.
Note that even though you have given every group its own property, I was under the impression that the student is only expected to implement a single function (call it evaluate) - I don't think we would ask the tests to call a parsingAndNumbers function , an addition function, etc., as asking the student to implement all these functions separately seems to restrict freedom. So for any test generator, the generated code is possibly independent of the property.
Given this, I do question the property (I think there only needs to be a single value for it, "evaluate"), but it is also possible it is intentional, so if it is then I have nothing more to say.
|
You are completely right, @petertseng! Thanks for catching that! 👍
|
|
My initial thought was |
|
Rewritten with |
Related to #625.