Fork me on GitHub
#overtone
<
2017-04-08
>
pbaille08:04:30

i’m quite new to overtone, while diving into the code, I find navigation quite difficult due to the systematic use of :use in ns declaration, is there any arguments against using “:require :as” instead?

hlolli15:04:28

@pbaille no arguments against. The only I have, is that if you intend to perform/live-code with Overtone, then you may want to save time typing, in those cases :use is very helpful.

pbaille15:04:56

yes i agree that the main namespaces like overtone.api and overtone.live should remain the same

pbaille15:04:09

importing all the vars

pbaille15:04:15

that’s really handy