underscores in the core lib

2006-08-06 Thread Yuval Kogman
Hi, Audrey mentioned that Perl 6 is trying to avoid underscores in the core library. It came up when I asked why valid isn't called value_id because if ( $user_input.valid ) { } reads fairly confusingly. So, a few questions: 1. what is the official naming style for the Pelr 6 standard library

Re: underscores in the core lib

2006-08-06 Thread Ashley Winters
On 8/6/06, Yuval Kogman [EMAIL PROTECTED] wrote: Hi, Audrey mentioned that Perl 6 is trying to avoid underscores in the core library. It came up when I asked why valid isn't called value_id because if ( $user_input.valid ) { } reads fairly confusingly. So, a few questions: 1. what is the