Conversation
| ".meta/Bob.resi" | ||
| ], | ||
| "editor": [ | ||
| "src/Bob.resi" |
There was a problem hiding this comment.
"src/Bob.resi" should be under solution, not editor so it's editable by the student.
There was a problem hiding this comment.
Should the interface file be editable? Or are we flexible with them changing these things if they want to?
Happy to change, will do this in the morning and submit another PR fixing the older exercises
There was a problem hiding this comment.
It should be editable if a student wishes to take advantage of the interface file and possibly expand it. I'll have to double-check what the Exercism CLI does for submitting read-only editor files. I believe it's just the solution files and any files you explicitly specify so a student who wants to share a locally edited interface file may have to do that.
No description provided.