Developer Mode aims to enable package developers to do Package Developer things without the fear of shipping debug code to users! No more accidentally including `CONFIG.debug.hooks = true` in your module js! No more console.logs slipping through unnoticed.
If you register your module's debug flag with Developer Mode, you can use it however you like to prevent yourself from doing these things. There are some examples in the readme at the project details page if you need some inspiration.