On Tue, 2004-03-30 at 01:05, Jens Rieks wrote: > Why are you using an underscore in front of all method and label names? They > are indicating global labels; it is not necessary to use them for method > names.
Habit. It's necessary for 'new', but none of the others. I'll change it. Allison also pointed out that .sym is going away in favor of .local -- it's two characters shorter, though. > > Any preferences whether these files are 'library/sdl_rect.imc' or > > 'library/sdl/rect.imc', by the way? > I vote for library/SDL/*.imc, because this is consistent with the original > C API file naming scheme. It may be worth hiding the C API structure at some point, but I like this for now. Thanks, -- c