Re: Win4Eu dilemma
- Posted by cklester <cklester at yahoo.com> Sep 16, 2004
- 463 views
Tommy Carlier wrote: > > How should I implement these common constants and routines? > What names should I use? > - Literal: True, False, ... > - Prefixed: [prefix]True, [prefix]False, ... > - Postfixed: True[postfix], False[postfix], ... > - Dude-style synonyms: Cool, NoWay, ... As though they've not been defined elsewhere... IOW, as literal... True should be True, False should be False. Or have them in an include file that can be easily modified in case there are conflicts. Best case, True and False would be built-in Euphoria constants. :) -=ck "Programming in a state of EUPHORIA." http://www.cklester.com/euphoria/