Jonathan M Davis Wrote: > > 1. Keep toStringz as it is (as well as toUTF16z) and either consider stringz > to be some sort of word unique to the D community or just admit that we're > not > going to camelcase it because it would break too much code to do so. >
vote++. 1) If it ain't broke, don't fix it. Too much disruption for too little gain. 2) In a language that uses "enum" to mean "manifest constant", worrying about an upper or lower case z is straining at a gnat and swallowing a camel. Paul
