mantrajs / mantra-dialogue

Discourse-style forum app using Meteor, React, and Mantra
MIT License
40 stars 6 forks source link

Module naming conventions #13

Open forcepath opened 8 years ago

forcepath commented 8 years ago

Are the underscored names necessary for file load order? Is this something covered by Mantra naming conventions? (I looked but didn't see anything.)

vonwao commented 8 years ago

I don't think it's necessary, because the whole app uses explicit imports ES 2015 style... does not rely on Meteor automatic imports.

file naming was from mantra-kickstarter project.