ExperiBass / esiJS

A simple Node module for EVE Onlines' ESI.
https://github.com/ExperiBass/esiJS
GNU General Public License v3.0
21 stars 10 forks source link

Proposed format for files and code #2

Closed karnthis closed 5 years ago

karnthis commented 5 years ago

This is intended to prompt discussion

ExperiBass commented 5 years ago

the modules.exports: {} doesnt need to be at the top of the file? i always thought it had to be thr first non-comment line of code

karnthis commented 5 years ago

Correct, the module.exports can go basically anywhere

ExperiBass commented 5 years ago

4