If I want to split my code into multiple files, I can just write bash script like this:
cat first.py second.py third.py > run.py python ./run.py
On the other hand, I have to add quite a bit of codes in order to use cogs.
Is there a reason/advantage to use cogs despite of this overhead?
没有评论:
发表评论