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.
Why do we have to write a custom class overriding
+
method (and only used withMList + list
) when a function with arbitrary arguments can be used instead? This adds nothing to the task (and in fact introduces addition irrelevant tasks to the actual task at hand).Is this actually required? And why isn't it mentioned in the description?
What improvement does the
MList
type make on list or set?And if there is an improvement, shouldn't it be tested for?
It seems like two separate tasks and I don't like it
The name of centigrade scale is "Celsius".
https://en.wikipedia.org/wiki/Celsius
You should use
test.assert_approx_equals
: https://docs.codewars.com/authoring/recipes/floating-pointCoefficient for "Celcium to Reaumur" should be 0.8 instead of 1.25
https://en.wikipedia.org/wiki/R%C3%A9aumur_scale
http://www.csgnetwork.com/temp2conv.html