pylint – well worth using!

pamac install python-pylint

I actually have come to the conclusion that 4 character indent is better than two {given the ludicrous omission of block begin/end braces}

And indeed I can see the usefulness of snake_case or rather deciding to use a naming convention, I tend to PascalCase, but snake_case good as well, I do intermittently use it LOL expect the unexpected eh! The capitals for constants, yeah, Good.

The actual logic suggestions, yeah, important, coming from another language. And actually quite deep in for example suggesting using the max builtin rather than a code block

the long lines thing? OK they increased it to 100 as I think I suggested, 120 perhaps…

but yeah… use pylint Definitely!

Leave a Reply

Your email address will not be published. Required fields are marked *