[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: C/C++ lua_stackdump lib - feedback welcome
- From: steve donovan <steve.j.donovan@...>
- Date: Tue, 11 Oct 2016 08:39:27 +0200
On Mon, Oct 10, 2016 at 10:31 PM, Nagaev Boris <bnagaev@gmail.com> wrote:
> +1 for not omitting { and } in one-line if and else.
Agree. There's a trend in the post-C++ languages to make those
brackets mandatory, and then you don't have to use parens around the
condition.
Writes and reads much better, IHMO