Re: Review of sizeof usage
From: Julian Foad <julianfoad_at_btopenworld.com>
Date: Thu, 13 Aug 2015 16:44:24 +0100
FWIW, I too have come to prefer the variable-based form, for
svn_my_type_t *my_var;
than when the nearby pairing uses two different names and the
svn_my_type_t *my_var;
especially when the declaration was separate from the statement that uses it.
Another reason is that the variable name is usually shorter, the
- Julian
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.