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.
The description just assumes everyone knows what latitude/longitude is, which is very unacceptable.
The handling of boundaries are missing from the description:
N
andE
but it's not mentioned at alllat
/lon
at exactly 90 and 180 degreesNo no, I was a little bit lasy. I used my solution-method as test-calculation-method for random tests. I created a second method to exclude the doubled string-convertion. But I forgot to relink the helpermethod in my test-method to the test-helper-method... So I called my own solution in the tests and, I don't know why, evry test successed ^^
So thanks for your Tests and your comments. So I found my little mistakes ;)
oh, I don't know Java well, so I thought I had to write a helper function... ?
Thnx for the Review... Again a Copy&Paste failure. I fixed it.
okay, hadn't noticed
true / false
were seperate...he just means that every single random test currently expects an exception (I guess he didn't see the first batch of them)
but that doesn't change the task. Those are too close to yours. Please read this: https://github.com/codewars/codewars.com/wiki/Tutorial%3A-Create-Your-First-Kata
(edit: btw, I didn't find it, but I already implemented the same task (I mean exactly) in JS some time ago. Might be better to translate that one to python than to keep a duplicate in the database)
Can you explain what you mean?
The first Kata only converts the algebraic sign in an direction-alpha.
The second Kata convert the String in DMS. Thats an other format.
Hi,
Unfortunately, it's a duplicate of other katas:
Meaning you should unpublish yours.
cheers
random tests should also contain valid inputs
fixed
There was a miss-linked helper function. I fix the problem.
Loading more items...