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
The code SHOULD be cleaned up. Most important: simplified. The intention of this repository is understanding, not to get the latest CPU cycle optimized. The code should read like a novel, somehow
So, no Python hacks, even if they are cool, it is important that Python Newcomers understand the code too
longer functions than 20 lines (soft limited) should be splitted into smaller functions with a nice name, if this is done correctly then no comments are required, or only some comments.
The text was updated successfully, but these errors were encountered:
The code SHOULD be cleaned up. Most important: simplified. The intention of this repository is understanding, not to get the latest CPU cycle optimized. The code should read like a novel, somehow
The text was updated successfully, but these errors were encountered: