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
During the process of submitting a pull request to solve issue 332, I found that pong_game.py has many basic logical errors that make it almost impossible to run properly, and the code lacks basic explanations of game rules.
So, I suggest requiring all submitted code to add a specification description in the form of comments at the beginning of the code, explaining the purpose, standard usage, examples, etc. of the code AND adding a detection tool to check the code's standardization and whether it can run normally.
The text was updated successfully, but these errors were encountered:
During the process of submitting a pull request to solve issue 332, I found that pong_game.py has many basic logical errors that make it almost impossible to run properly, and the code lacks basic explanations of game rules.
So, I suggest requiring all submitted code to add a specification description in the form of comments at the beginning of the code, explaining the purpose, standard usage, examples, etc. of the code AND adding a detection tool to check the code's standardization and whether it can run normally.
The text was updated successfully, but these errors were encountered: