On Tue Mar 5 07:09:26 2024 +0000, Rémi Bernon wrote:
I know I said that I liked avoiding vertical space waste but please use blank lines from time to time between logical blocks to let the code breathe a bit. Unless in very short functions, we usually have a blank line after declarations for instance. Before return statements too, etc... There's no hard or well defined rule but it would make the code more readable. I know, but like you said there are no hard rules, so this is up to personally taste. So I had to guess where _you_ would put blank lines, but I am not you so sometimes I get it wrong.
Just let me know where you would like blank lines, you don't have to lecture me every time ;) -- https://gitlab.winehq.org/wine/wine/-/merge_requests/5221#note_63661