mhsabbagh / green-recorder

A simple screen recorder for Linux desktop. Supports Wayland & Xorg
GNU General Public License v3.0
616 stars 118 forks source link

PEP8 tweaks #90

Closed rst0git closed 6 years ago

mhsabbagh commented 6 years ago

First, thank you for taking time to look on my code and sorry for being late.

While I very appreciate the high effort you provided, I feel that the code is less readable for me under PEP8. It is indeed a very known guideline, but I don't think this tool faces problem in readability to that level, and I think that the code in its current form is better than many rules required by the PEP8 guideline. I also write in this style for the other tools under FOSS Project, so changing it will also require working on changing it there too, which AFIAK, is not available right now.

Again I very much thankful for your work and sorry for being late on you.

rst0git commented 6 years ago

Thank you. I appreciate your feedback.