eldoy / waveorb

Javascript web app development framework
https://waveorb.com
MIT License
5 stars 0 forks source link

Reduce dependence on '$' and use globals #156

Open eldoy opened 7 months ago

eldoy commented 7 months ago

Instead of passing $ everywhere it's easier to use globals. Especially app and db.

Should we go all in on that?