[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

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

From: Daniel Rall <dlr_at_finemaltcoding.com>
Date: 2005-10-13 00:32:12 CEST

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
Received on Thu Oct 13 00:32:36 2005

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.