-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactoring #35
Comments
Thanks for looking - and I surmise for using the program? 👍🏻 |
Yes, we use it. It's a quite cool program 😃 |
Sounds great! Right, agreed; for most other projects that got this far we have switched over if not to test driven so at least mandating that each new PR leaves the code more tested than before. That would be lovely here as well.. |
I agree. Maybe we should open a new issue regarding testing? |
Hello! I have a couple of tests I use to run, like querying a vcf with itself as a db, using strange chromosome names , etc, I can do so once you are ready. I agree, the code is too messy for unit testing right now. Thanks again, it will be exciting to hear more about the refactoring. |
…connect to the database
To code could use some refactoring. This is quite important, since it hopefully will encourage others to add new features.
Refactoring here includes:
The text was updated successfully, but these errors were encountered: