The Python code contained here contains several lines longer than 79 characters, which I recently learned is a violation of a standard Python style guide called PDP8. The reason for the long lines is the existence of some rather long descriptive names for classes, methods, and variables. I'm currently in two minds as to whether compliance with a style guide is important enough to lose that extra descriptive capability.
The Python code contained here contains several lines longer than 79 characters, which I recently learned is a violation of a standard Python style guide called PDP8. The reason for the long lines is the existence of some rather long descriptive names for classes, methods, and variables. I'm currently in two minds as to whether compliance with a style guide is important enough to lose that extra descriptive capability.