Changes between Version 1 and Version 2 of Ticket #1447, comment 14
- Timestamp:
- 08/19/23 14:02:35 (15 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1447, comment 14
v1 v2 26 26 * Reduce variable scope as much as possible: declare local variable in that block where it is used. 27 27 * Split variable declaration and code using one empty line. 28 * Do not use gboolean as integer and integer as bgoolean.28 * Do not use gboolean as integer and integer as gboolean. 29 29 30 30 And this is only the first step.