[Mono-devel-list] [PATCH] Corcompare improvements

Gonzalo Paniagua Javier gonzalo at ximian.com
Thu Jun 3 01:29:50 EDT 2004


El jue, 03-06-2004 a las 06:21, Gert Driesen escribió:
> > It's ok, but, please, format it according to the rules in
> > mcs/class/README (Coding considerations and style) before commiting.
> 
> In my case you meant to avoid extra linefeeds in control blocks (eg. if's) ?
> I corrected that, but please let me know what else isn't correct, if there
> is anything ...

Of the stuff that went in, only missing a space between identifiers and
brackets or parenthesis (ie, "lalaal(..." instead of "lalaal (..."). But
it's ok.

> 
> There are no clear guideliness on what to do with try/catch/finally blocks,
> so I used tris construct :
> 
> try {
>     ....
> } catch {
>     ....
> } finally {
>     ....
> }

Ok. That's what I use :).

Thanks!

-Gonzalo





More information about the Mono-devel-list mailing list