Home
The Toolkit for Online Communities
15889 Community Members, 0 members online, 1924 visitors today
Log In Register

Forum OpenACS Development: Response to Is there a right way to deal with booleans?

OpenACS Home : Forums : OpenACS Development : Response to Is there a right way to deal with booleans? : One Message

+
Posted by Ken Kennedy on
One thing to note is that considering <if @bool_p@> as false automatically (when the variable is not defined) opens you up to misspelling errors of the type <if @boolp@>, or <if @bol_p@> always silently returning false...