Overview
A lot of the code that was written for the bot thus far was written by the Copilot AI. It produced function names that are pretty descriptive but also really long, sometimes reaching up to 40 characters. That impacts readability quite a bit. It might be more beneficial to have effective documentation for non-self-documenting functions, fields, methods, and objects to make understanding python code no harder than it need be.
Overview
A lot of the code that was written for the bot thus far was written by the Copilot AI. It produced function names that are pretty descriptive but also really long, sometimes reaching up to 40 characters. That impacts readability quite a bit. It might be more beneficial to have effective documentation for non-self-documenting functions, fields, methods, and objects to make understanding python code no harder than it need be.