Skip to content
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

Split the program into modules. #3

Open
arpit-saxena opened this issue Mar 31, 2017 · 2 comments
Open

Split the program into modules. #3

arpit-saxena opened this issue Mar 31, 2017 · 2 comments

Comments

@arpit-saxena
Copy link
Member

Adding new features will be a pretty tough job if the program is not split into modules. So, the first thing we must do is split up the code.

@arpit-saxena
Copy link
Member Author

We could add all the functions in a portable library that might be used wherever we need to use the required functions.

@arpit-saxena
Copy link
Member Author

The autocomplete feature in the library can be used in many places such as searching a database.
Suppose we have a database​ with the structure of many compounds. The autocomplete would allow the user to type a few characters and get a list of matching entries.
The applications are endless!

@arpit-saxena arpit-saxena added this to the Tidy up the program milestone May 21, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant