Introducing the debugOnly debugOnly package

Perhaps the ultimate culmination of my learnings with Meteor Toys, I present the debugOnly debugOnly package:

It drops a debugOnly variable on the client and server that returns true if… well, you are in debugOnly mode :slight_smile:

8 Likes

Wow, that’s so meta!

1 Like

I give you guys my all! :smiley:

Lovely package @msavin :smiley:

But why not a Meteor.isDebug flag like isClient, isServer and their other friends?

Just a suggestion : )

Because the whole thing happened in about 10 minutes :stuck_out_tongue: but that’s a good idea! I still don’t know how I feel about patching Meteor and changing the semantics - what does everything else think?

I’ll be waiting for stable release!