Doing client-side code is easy because there's the Chrome developer console and I can run meteor commands on it, check objects, check collections, and do practically anything.
I just began doing some Meteor server-side code and I feel like I'm coding in the dark. So far I've just been wrapping everything into a Meteor Method that I can call from the front end, and I watch the meteor command line window to see what console logs.
Are there better ways to do this?