Permanently Deleted
0 points
:spaghetti-code:
:xi-gun: i will never
and here i am deleting comments because the function name is clearer and comments take up too much screen.
find the part of the code with the most comments and likely it also has the most bugs. coincidence?
Deleted by creator
3 points
I only comment on the “complicated” part of the code. Otherwise I name my methods for what they do and maintain the single responsibility principle.