-
-
Notifications
You must be signed in to change notification settings - Fork 349
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improved and consistent "Please implement..." messages #2211
Comments
Hello. Thanks for opening an issue on Exercism 🙂 At Exercism we use our Community Forum, not GitHub issues, as the primary place for discussion. That allows maintainers and contributors from across Exercism's ecosystem to discuss your problems/ideas/suggestions without them having to subscribe to hundreds of repositories. This issue will be automatically closed. Please use this link to copy your GitHub Issue into a new topic on the forum, where we look forward to chatting with you! If you're interested in learning more about this auto-responder, please read this blog post. |
I think we could do without the static/non-static distinction entirely. I really like the suggestion about including the type of the parameter. In my mind, there are two options now.
Whilst I like the brevity of the first option, I think for people unknown to object oriented-programming, the second option is probably clearer. |
I agree. The second option is clearer. Let's go with it. |
Hi @ErikSchierboom,
In the Binary Search Tree PR, we discussed the consistency of messages in the `NotImplementedException' and the benefits the changed wording has, especially for the web editor. See comment 1, comment 2 for reference.
I'd be happy to standardise the messages between concept and practice exercises, but I wanted to discuss options more.
The current concept message examples are:
There are some potential inconsistencies or issues above.
static
not(static)
and so is the word. However, since we can only have the message in a situation where the method is defined and implemented with theNotImplementedException
, that might be redundant information. The signature will be there.Could we do the following:
"Please implement the Permissions.Default(AccountType) method."
"Please implement the CountForFirstDays(int) method in the BirdCount class."
"Please implement the Character class constructor."
"Please implement the Name property in the Actor class."
"Please implement the getter of the Age property in the Actor class."
What do you think about the above proposal? Whichever way we agree to go, I'm happy to implement it.
I'm starting the discussion here on an issue, as it relates to PRs and comments already here, and the scope is relevant only to the track; however, if you think it would be better, I'll post it on the forum, too.
The text was updated successfully, but these errors were encountered: