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.
raised there as an issue
technically this kata is older than the OG (November 6, 2016 here, December 3-6, 2016 there) — but the popularity and solution count goes to latter (more languages, ~9K against 236 here), so I think it's safe to retire this
Duplicate
why its not consistent?
sometimes the previous path segment gets added to the one after it, and sometime in other tests it does not.
I personally don't think that's enough to approve this kata.
Waiting for the opinion of other users.
Hard to say, most requirements have been done in other kata's. However, the
sum
function, and possibly multi-leveled nested expressions with this function, is a unique requirement. Ideally, we would have just one expressions kata (in the purple region) that covers all the requirements from existing kata's.Debatable, but to prevent prematurated approval:
Isn't the kata just another dup of the many calculators kata? (I'm specifically thinking about the C# one, which uses some similar concepts)
Is this kata approvable for your taste B4B?
You should clearly state:
^
operator:2^2^3
=2^(2^3)
or(2^2)^3
?-
vs^
:-1^2
=-(1^2)
or(-1)^2
?x
is only available in its ownsum$
, any sub expression usingsum$
has its own scope ofx
have been implemented
https://www.codewars.com/kata/reviews/5859b36dd3ed274f4e000692/groups/6450829210b72e000120b4d0
Kata author: it is not funny to randomly ban regex when your description also defines things in terms of regular expressions. In addition, this adds nothing to the task, besides making it more a nuisance. (If you think this adds "difficulty" to the task, then your kata is objectively bad. Find something better to author on.)
One can also argue that if you don't want people to use regex, then don't author the kata in Java and JS where regex is part of the language built-in. Author the kata in C++ or something instead.
Description contains a lot of wild tangents of the kata author contemplating about random stuff rather than a clear description of what is needed.
JS version is still stuck at Node v8.
Also, JS version doesn't have sample tests.
It returns the allowance remained after the correspinding month. (priceNewCar-priceOldCar+saving)
Loading more items...