[Mono-list] Recent Windows.Forms commit

Miguel de Icaza miguel@ximian.com
03 Apr 2002 19:03:36 -0500


> Hmm, I need to break up the RegularExpressions namespace too. But on top of the
> public classes I've also got about 40 internal classes, and a private namespace
> RegularExpressions.Syntax (some of the syntax tree names clashed with the
> public names). Any idea what to do with these? Can I just leave them in their
> own files?

I thought about this initially, but I think there are a couple of
differences: in the System.Drawing namespace we will have a lot of
people working and contributing to that.  While on the Regex code, given
the complexity of it, and the complete coverage you have done, it would
server little purpose to change the layout.

So whatever makes you more productive is what we should go for in here.

Miguel