From: Ryan Leavengood Date: 2005-04-19T05:54:35+09:00 Subject: Re: Facets 0.6.3 Trans wrote: > Here are basic guidelines I've decide upon: > > 1. Any file named after a method ending in a punctuation mark (eg. ? ! > =) will simply lack the punctuation mark. Even in the cases were there > are multiple methods of the same name (eg. #x and #x?), b/c their > functionality ought to be related enough to warrant being in the same > facet file. > > 2. Operators will be given a fitting name and suffixed with '-op'. For > example what was 'enumerable/**.rb' for the cross-product operator will > be called 'enumberable/cross-op.rb'. > > 3. Other special character names such as '[].rb' will be given common > names and likewise followed by the '-op' suffix. So for instance, > '[].rb' will become 'brackets-op.rb'. > > Acceptable? > > T. Sounds good to me, especially since my ego is stoked by you using some of my ideas, muwhahahaha (not that they were that revolutionary.) Ryan