logo
Toggle navigation
Begin main navigation
About
Projects
Download
Documentation
Wiki
Forums
Log In
Go!
OpenACS – The Toolkit for Online Communities
:
Forums
:
OpenACS Development
:
Is there a right way to deal with booleans?
: One Message
Begin main content
Forum OpenACS Development: Response to Is there a right way to deal with booleans?
Search:
Back to OpenACS Development
16
:
Response to Is there a right way to deal with booleans?
(response to
1
)
Posted by
Ken Kennedy
on
01/11/02 02:58 PM
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...
Back to OpenACS Development