Clone
Gustaf Neumann <neumann@wu-wien.ac.at>
committed
on 02 Aug 16
remove various code smells: - add const declarations - prefer boolean tests - don't write "for" loops without a block - don't pass non-initi… Show more
remove various code smells: - add const declarations - prefer boolean tests - don't write "for" loops without a block - don't pass non-initialized value in an array on index [0] - reduce variable scope - prefer single returns statements in functions - dont't use CONST unless defined by Tcl-API

Show less

2-1-0-rc + 43 more