You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Daniel Rall <dl...@finemaltcoding.com> on 2005/10/12 22:32:12 UTC

[OT] Re: svn commit: r16652 - trunk/subversion/include

On Wed, 12 Oct 2005, David James wrote:
...
> In addition to this, I also personally find definitions easier to read
> when they are named explicitly. Here's an example that shows why:
>   typedef struct svn_foo_bar_t {
>     ... 100 lines of member definitions ..
>   } svn_foo_bar_t;
> 
> (If it weren't for the explicit "svn_foo_bar_t" at the top of the
> definition, I'd have to scan through 100 lines of member definitions
> to find the name of the struct.)

My editor tells me that information.  Additionally, I've developed a habit of
moving to the end of the struct/class/whatever (open brace to close brace).
*shrug*

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org