c-hive / guides

Guides for code style, way of working and other development concerns
MIT License
26 stars 5 forks source link

Add export-import related JS best practices #38

Closed thisismydesign closed 4 years ago

thisismydesign commented 4 years ago

Would it make sense to add https://exploringjs.com/es6/ch_modules.html to the resources? It's a great introductory to this whole module-system imo.

I had that initially actually but found it way too broad for these items. It is a good overview, but I don't know where to include it. I would like that reading through the resources are directly helpful for these rules, but this one mostly gives a general understanding. It's also linked within one of the sources I believe.