On Thu, Aug 10, 2006 at 07:02:13PM +0200, Juerd wrote: : Eric skribis 2006-08-10 10:22 (-0600): : > I think .valid is an excellent argument for underscores all by itself. : : I think it's an argument for reconsidering the name of that method. : "valueid" is only 2 characters more.
Okay, I'll just hop in my DeLorean and fix .valid yesterday. (Will probably leave some SKID marks though...) : I'm personally against non-prefix underscores in any core identifier. Yes, it's a design smell. The point of core is to huffman code common things, so something in core with _ should normally either be shorter or out of the core. Larry