Closed wazaundtechnik closed 9 years ago
I don't think this is necessary. From my experience, submodules complicate development. We can just treat tulul-quotes
as an external resource.
It's a subjective opinion, though.
So if that is the case, how should we implement the /quote command?
I have two proposals:
What do you think? So you don't prefer first option?
You can just wget https://raw.githubusercontent.com/tulul/tulul-quotes/master/quote.yaml
.
+1 @fushar 's idea. If the quote rarely changes, we can even load it once and store it on memory; restarting the app whenever a new quote is added. I think it's simpler.
Thanks. Settled. So no submodule for now. If something is changing in the future, feel free to reopen this.
And integrate with tulul/tulul-quotes