[Uml-devel] *Data objects

Jonathan Riddell jr at jriddell.org
Sun Feb 2 15:40:07 UTC 2003


On Mon, 3 Feb 2003, Luis De la Parra Blum wrote:
> I did the changes on Friday but had not acces to the net over the weekend, and
> wrote that mail today on a train on my way home.
> I sent/got my mail and was about to commit the changes when I found out this
> has been taken care of so I will not commit anything...  but whoever did it
> (no names in cvs report) did exactly what I was trying to prevent: keep the
> info in the Data object.

Ah, then you can probably forget most of my last e-mail.

I thought it better to just add to UMLViewData then split up the data
between two places.

> ps- by the way... I noticed all my nice
> foo
> {
> 	bar
> 	{
> 		haha.
> 	}
> }
>
> blocks are being replaced by ugly
> foo {
>    bar {
>     haha
>   }
> }
>
> ones... Is this the "official" coding style? do we have to follow it??
> I really find that style bad because it's much harder to know which { goes
> with wich }

And I notice all my nice
foo {
}

blocks being polluted with

foo
{
}

Big Smiley :)

I tend to habitually reformat the code I'm working on to the style that I
like, but if you're working on it then feel free to habitually change it
back.

Jonathan Riddell






More information about the umbrello-devel mailing list