codewars / content-issues

Higher level issue tracker for the Codewars content.
15 stars 1 forks source link

"If you can read this..." - Provide the alphabet dictionary in the description #24

Open hobovsky opened 3 years ago

hobovsky commented 3 years ago

If you can read this...

To solve the kata, it's necessary to have an access to NATO phonetic alphabet dictionary.

There's a series of complaints rolling through the discourse related to the issue.

All available translations should be fixed in a way that:

Another possibility is to provide such dictionary in the solution setup, or in any other way which makes it possible to train on the kata in user's local IDE.

8 approved translations, some pending translations (cannot check how many).

XRFXLP commented 3 years ago

Doing 1st and 2nd is redundant, but why 3rd?

I think second might be better than the first one.

hobovsky commented 3 years ago

I think that in some languages it might not be immediately obvious how to access the code and data located in preloaded. If it's clear, then there's no need for such example.

Another possibility would be to not have such dictionary in preloaded, but in solution setup. This would work too, but authors might not like it because it would require repeating the dictionary in solution and in tests. But for me personally, any approach is good as long as a user knows the values they need to use, and can easily train on the kata locally.