Lawrence D’Oliveiro <lawrenced...@gmail.com>: > While elsewhere, you were criticizing my code for already being so > terribly large...
Code can be large, only no function should be longer than ~70 lines or wider than 79 columns. If your function grows above that limit, you should refactor it and break it into multiple subroutines. Marko -- https://mail.python.org/mailman/listinfo/python-list