On Mon, 2010-09-13 at 01:39 +1200, Ralph Versteegen wrote: > However, I'm wondering whether whitespace in identifiers makes period > suboptimal? > viking ship sail.sort children(false) > It almost seems to get lost in there. Are we going see people > formatting their code in strange ways? > viking ship sail. sort children (false) > viking ship sail . sort children (false)
How about: viking ship sail -> sort children (false) vikingShipSail->sortChildren(false) If you used -> as an attribute accessor assuming it's not used already, the code formatting doesn't matter. _______________________________________________ Ohrrpgce mailing list [email protected] http://lists.motherhamster.org/listinfo.cgi/ohrrpgce-motherhamster.org
