7 kyu
Doggy Daycare
597 of 749Shadows666
Loading description...
Fundamentals
Object-oriented Programming
Data Structures
View
This comment has been reported as {{ abuseKindText }}.
Show
This comment has been hidden. You can view it now .
This comment can not be viewed.
- |
- Reply
- Edit
- View Solution
- Expand 1 Reply Expand {{ comments?.length }} replies
- Collapse
- Spoiler
- Remove
- Remove comment & replies
- Report
{{ fetchSolutionsError }}
-
-
Your rendered github-flavored markdown will appear here.
-
Label this discussion...
-
No Label
Keep the comment unlabeled if none of the below applies.
-
Issue
Use the issue label when reporting problems with the kata.
Be sure to explain the problem clearly and include the steps to reproduce. -
Suggestion
Use the suggestion label if you have feedback on how this kata can be improved.
-
Question
Use the question label if you have questions and/or need help solving the kata.
Don't forget to mention the language you're using, and mark as having spoiler if you include your solution.
-
No Label
- Cancel
Commenting is not allowed on this discussion
You cannot view this solution
There is no solution to show
Please sign in or sign up to leave a comment.
This comment has been hidden.
maybe that's because I'm not native, but this sentence seems incorrect to me, considering the task:
I feel like this is more appropriate:
The first one would have been okay if
be
had beenbeen
(lol). Your version is correct and more explicit.ok, thx. Tho...
vaccinated
would be better thanvaccianted
, too... x)aaaaagh! my brain just looked straight through that :(
Ruby :
-for a 7 kyu, having no starting code is a bit harsh for beginners -with out access to the class code, a beginner isn't going to easily know what are the types of the attributes
Not an issue.
Great Kata. Voted 6kyu for the following reasons:
prototype
s which makes it a bit too challenging for 7kyu programmers --> therefore 6kyuKeep it up! :D
What is this if/else/ternary thingy you are talking about? :P
.this is totally a hint
Nice kata! Translated into ruby and CoffeeScript for your review and approval.
FWIW, at the time I did the translation, the average difficulty rating for this kata was too low. Object-oriented is at least level 6. Re-opening a class (or extending an existing prototype) is generally harder than creating a new class, however this kata is really nicely written as an entry level task for the concept, so would likely stay at level 6.