Coding tip: Testing Hapi plugins
Hapi plugins are a great way to break your web server up into isolated pieces of logic. When you structure your app with plugins you'll get easier code reusability, more maintainability and you'll become a happier, prettier person with better posture and beautiful complexion. However, there's one thing you should not do. And I see it done disturbingly often (not…