toabctl / jiracli

Simple command line interface for Jira
GNU General Public License v3.0
152 stars 39 forks source link

Moving core logic #45

Closed tusharmakkar08 closed 8 years ago

tusharmakkar08 commented 8 years ago

Hey @toabctl

I was thinking to move core logic from __init__.py to maybe jira_cli.py. I personally feel keeping the core logic code in __init__.py isn't a great thing. I can create a PR with modified structure.

Let me know what you think about it.

Regards Tushar Makkar

toabctl commented 8 years ago

@tusharmakkar08 Hi. Hm. I currently don't see a big benefit of doing this. If the project grows, we could reconsider a move but currently I'm against it.