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

Break dif code into it's own library #7

Open
pridkett opened this issue Nov 30, 2012 · 0 comments
Open

Break dif code into it's own library #7

pridkett opened this issue Nov 30, 2012 · 0 comments

Comments

@pridkett
Copy link
Owner

In reality this project is become two different projects. The first is dc2uddf which is the user facing program that downloads dive data and invokes the methods to save it to uddf. The second is dif - the dive intermediate format - which is a utility library for storing dive information in C programs. dif also includes code to serialize dives and perform certain algorithms on dives.

For the sake of clean code the code for dif should be broken out into a small library that can be reused. This will ensure that the interface between dc2uddf and dif stays clean and makes the project more maintainable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant