> If brevity over clarity is the goal, why not just code everything in APL? > > http://signalvnoise.com/posts/3250-clarity-over-brevity-in-variable-and-method-names > > As one commenter put it: > > A program IS NOT communication between a human and the machine. >> >> It's a communication between a developer and the next developer. >> Exactly right.
In this particular case, I would be writing Markup_e( ... , 'return'); many, many times. My inclination would be for pmwiki to provide 'return' and I would include a comment: # Markup_e( ... , $r); means "return the replacement code" $r = 'return'; Then write: Markup_e( ... , $r); JR -- John Rankin _______________________________________________ pmwiki-users mailing list pmwiki-users@pmichaud.com http://www.pmichaud.com/mailman/listinfo/pmwiki-users