Re: [hackers] [sbase] libutil/recurse: Use while-loop instead of for-loop with only condition || Michael Forney
On 2019-12-29, Quentin Rameau <quinq_AT_fifth.space> wrote:
> The patch itself shows that, could you explain what it fixes or improve
> in your commit messages?
It fixes the stylistic issue that a for-loop is used with only a
condition (no initialization or increment expression), which is just
an unconventional way of writing a while-loop.
Not really sure what more I could add here...
Received on Sun Dec 29 2019 - 09:56:15 CET
This archive was generated by hypermail 2.3.0
: Sun Dec 29 2019 - 10:12:22 CET