Re: [dev] [st] [PATCH 4/5] Make dodraw bool and remove initialization.

From: Roberto E. Vargas Caballero <k0ga_AT_shike2.com>
Date: Mon, 20 Apr 2015 09:13:21 +0200

I will not apply this patch. To use int or bool is something that depend
of the taste of everyone, and in st both are admited (mainly because
X uses bool data type, because in other case I think the style guide
should forbid them). There are some cases where it is better to use int
instead of bool, for example in local variables like it is this case, and
there are cases where is better to use booleans, like in the tabs array
of Term (althought it can be done also with chars ...).

Regards,
Received on Mon Apr 20 2015 - 09:13:21 CEST

This archive was generated by hypermail 2.3.0 : Mon Apr 20 2015 - 09:24:09 CEST