Approved
python new test framework is required. updated in this fork
hey could you please explain me why did you transform the time of the day in millisceconds? Thanks!
@rowcased From my knowlage leaving magic numbers is a bad habit/practise. My descriptive name of const isnt the best, maybe I should name it better, but still this is not a "magic" number. Maybe I'am wrong, correct me if I'am.
honest question: does it make it any less magic if you assign it as a const var as you did in your solution?
86400000 - magic number ;/
That's the amount of miliseconds in a day.
What is the significance of 86400000?
Yes
Reraised as issue
the description should be reworded and reformated to make requirements clearer
Good kata.
With the note about the dashes, it's unclear if dashes can be with in the +44 part, such as -+-4-4-791739710.
+44
-+-4-4-791739710
Nevermind. Figured it out :)
This comment is hidden because it contains spoiler information about the solution
-07599-51-4555 is a valid number?
-07599-51-4555
Loading collection data...
Approved
python new test framework is required. updated in this fork
hey could you please explain me why did you transform the time of the day in millisceconds? Thanks!
@rowcased
From my knowlage leaving magic numbers is a bad habit/practise. My descriptive name of const isnt the best, maybe I should name it better, but still this is not a "magic" number. Maybe I'am wrong, correct me if I'am.
honest question: does it make it any less magic if you assign it as a const var as you did in your solution?
86400000 - magic number ;/
That's the amount of miliseconds in a day.
What is the significance of 86400000?
Yes
Reraised as issue
the description should be reworded and reformated to make requirements clearer
Good kata.
With the note about the dashes, it's unclear if dashes can be with in the
+44
part, such as-+-4-4-791739710
.Nevermind. Figured it out :)
This comment is hidden because it contains spoiler information about the solution
-07599-51-4555
is a valid number?Loading more items...