Auteur: Ted Cooper Date: À: exim-dev Sujet: Re: [exim-dev] [Bug 1086] wrong return value in
maildir_ensure_sizefile
On 22/02/11 07:41, Heiko Schlittermann wrote: > Having the "else" in such case always makes me thinking, that there's a
> hidden trick I do not know about :-) (But of course, it's a matter of style
> and could be endlessly debated about.)
It's a readability improvement in my eyes. The else there allows someone
reading the code to not have read the contents of the above stanza.
I also agree that it's a matter of style choice though. Someone else
might see that there's a hidden trick in there ;)