As we all know, CodinGame platform generates stubs for each language from special pseudocode.
In each of those stubs, it also includes automated comments useful for beginners, particularly on how to print debug messages.
However, as I gained more experience, those comments only distract me and I tend to delete them each time I start an IDE.
Also, I often do not like how the reading of input is done and I would love to have a different way to automate input.
This is especially critical in Clash of Code.
Suggestions:
-
At least make an option to remove comments from someones stubs for certain languages.
-
Let codingamers write their own custom stubs for their preferred languages as an advanced feature.
To ensure these enhancements don’t confuse newbies, you could set some level limit above which these features become available.