Re: [fpc-devel] Minor request with case else branches

2019-05-26 Thread J. Gareth Moreton
I personally disagree with that one because it's just fluff, considering that "nothing" is equivalent to "{ nothing }" - usually a keyword or an intrinsic should actually do something. Gareth aka. Kit On 27/05/2019 02:33, Ben Grasset wrote: On Fri, May 24, 2019 at 5:46 PM J. Gareth Moreton ma

Re: [fpc-devel] Minor request with case else branches

2019-05-26 Thread Ben Grasset
On Fri, May 24, 2019 at 5:46 PM J. Gareth Moreton wrote: > Whenever I come across a section of code in my own projects where "*else * > ;" is necessary, or any empty branch for that matter, I put a "{ Do > nothing }" comment just to make it absolutely clear that the block is > there deliberately

[fpc-devel] Minor request with case else branches

2019-05-24 Thread J. Gareth Moreton
Hi everyone, Since the mandatory else section for case blocks isn't going anywhere, I would like to make a small request: Whenever I come across a section of code in my own projects where "*else *;" is necessary, or any empty branch for that matter, I put a "{ Do nothing }" comment just to m