Top level is ok I guess if you're writing an app, ...
# getting-started
c
Top level is ok I guess if you're writing an app, but not if you're writing a library. I still have a problem with top level functions in general, I would default to putting them in an
object
at least.