Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
Well, the CodeMirror syntax highlighting breaks, so...
How does
Person.objects.filter
collide withfilter
? This is exactly how it is in Django too :\filter
most definitely shouldn't be namedfilter
since it collides with built-in method.IMO, if this kata gets fixed, the whole thing should be rewritten because as of now it's total crap (especially the way the circular dependency is "fixed" to make it work with the new runner). I've made a fork with what I believe to be more sensibly designed (you'll have to fork it to see the Preloaded section). I don't really care what happens to this kata, so if you have any better ideas (and really want to waste your time on reworking this), you can just fix it yourself.
consistent as long as you understand that the calls are made with keywords, so we're talking about keyword args, here. Thing is, positional with default has the same syntax than keyword args.
Closing here, since more precisely told about in the one above (moreover, "the description is inconsistent with the task" is a useless issue. Totally unspecific)
?
it IS consistent. But it IS pretty bad...
Description is inconsistent with the task.
get
should accept arguments the same was asfilter
does.Oh well, the kata is such a mess I didn't even notice this. I assumed
get
should use kwargs likefilter
does. Now there's an issue thatfilter
is never actually called with positional arguments...it's rather that the info isn't at the correct/best place in the description...
It's not mentioned what parameters
get
takes.Fixed.
kata broken (python) by the new runner. Need corrections
Loading more items...