Re: [hackers] [st][PATCH 03/24] Reduce variable scope where possible, fix cppcheck style warnings

From: David Phillips <david_AT_sighup.nz>
Date: Tue, 22 Jan 2019 19:57:27 +1300

Reducing variale scope goes against the "Do not mix declarations and code"
guideline [1]. While it's possible to reduce scope in some cases, it's
not always good form.

All subjective though.

[1] https://suckless.org/coding_style/
Received on Tue Jan 22 2019 - 07:57:27 CET

This archive was generated by hypermail 2.3.0 : Tue Jan 22 2019 - 08:00:21 CET