There is some reason for caution when it comes to the classes line, circle, disk, polygon, and ellipse, namely that these are very common and generic names that easily clash with user choices. The options I see are:
- Ignore the problem. Except that you really can't with line, because that's a built-in.
- Put closedcurve and region classes in the +cmt naming scheme.
- Prefix these class names with a "z" (as in complex).
My approach in the early version was to use number 3 with the line class only, and leave the others naked.