How is this better than:
function debug(msg) {
    if (DEBUG_ON) {
        console.log(msg);
    }
}
?
Am 28.02.2012 23:55, schrieb JeanHuguesRobert:
> de = false // true when debugging
> de&&mand( cond ) // ie "demand" instead of "assert"
> de&&bug( msg) // ie "debug" to output trace msg
>
> On 27 fév, 16:30, Tim Caswell <[email protected]> wrote:
>> That's clever, I like that.  Not sure if I'll use it, but I'll keep the
>> technique in mind.
> Thanks!
> See also http://virtreal.metawiki.com/DebugDarling
>

-- 
Job Board: http://jobs.nodejs.org/
Posting guidelines: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

Reply via email to