Zulip Chat Archive

Stream: Codewars

Topic: Writing a kata


Gihan Marasingha (May 08 2021 at 16:30):

I've just written my first kata (a program verification example). Can someone explain what's mean by 'forbidden axioms' and whether this is something I need to concern myself with? Is it recommended to get feedback before publishing the kata or just publish and get feedback in the beta stage?

Mario Carneiro (May 08 2021 at 16:34):

Forbidden axioms is in case you want to have an intuitionistic theorem as a kata

Mario Carneiro (May 08 2021 at 16:34):

Most of the time you don't need it

Gihan Marasingha (May 08 2021 at 16:43):

Thanks! I've published the kata: https://www.codewars.com/kata/6096b89297c91e0007e561e1.

Eric Wieser (May 08 2021 at 17:05):

Isn't it needed to prevent people adding the solution as an axiom?

Gihan Marasingha (May 08 2021 at 19:04):

@Eric Wieser I hope my kata is set up OK to prevent that. I didn't change any of the default settings (nor do I know how to). Please let me know if you see any problems!


Last updated: Dec 20 2023 at 11:08 UTC