You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am attempting my own CodeWars challenges and am wondering if you found a way to avoid this error: "The namespace 'CodeWars' already contains a definition for 'Kata'"
Obviously this is caused because we try to create the class "Kata" more than once.
Perhaps we should make a new folder / project for each challenge?
Or use a different class name or namespace for each challenge?
Kind regards,
Matt
The text was updated successfully, but these errors were encountered:
Dear davidgrcias,
I am attempting my own CodeWars challenges and am wondering if you found a way to avoid this error:
"The namespace 'CodeWars' already contains a definition for 'Kata'"
Obviously this is caused because we try to create the class "Kata" more than once.
Perhaps we should make a new folder / project for each challenge?
Or use a different class name or namespace for each challenge?
Kind regards,
Matt
The text was updated successfully, but these errors were encountered: