15 Mar
2022
15 Mar
'22
3:32 p.m.
On 3/15/22 07:52, Giovanni Mascellani wrote:
Signed-off-by: Giovanni Mascellani <gmascellani(a)codeweavers.com> --- Though it feels a little bit funny that type_is_integer() and type_is_float() are written with inconsistent styles. Any particular reason? If not, I would express a mild preference to have them written in a more consistent way, following the principle of least surprise.
Different number of chained conditionals, and it didn't really feel worth worrying about.