lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


MichaelL@frogware.com
> It's easy to replace the "...?" suffix with an "is..." prefix, but the "!"
> is handy because it's hard to come up with letters that have the same
> "feel".

Perhaps "dosort(x)" versus "y = sort(x)"?

Also, one thing about using "!" and "?" in identifiers is that I find it
hard to imagine using them anywhere but at the end (eg, "xyz?pqr" seems
odd).

*cheers*
Peter Hill.