Replies: 1 comment 1 reply
-
If the kata requires you to submit a function, you have to submit a function. What you could do is implement all your logic in classes, but then just create an instance of the class and invoke an appropriate method in the function body. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
After solving a really hard kata, I have just noticed that I need to translate all my classes, interfaces, etc.. into plain PHP spaguetti code to submit the answer. Is there a way to avoid this? Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions