-
Notifications
You must be signed in to change notification settings - Fork 20
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
Refactor code to follow OOP principles #71
Comments
Before I can convert the structs to typedefs, I have to stop using chains to link sequences and filters. |
dharple
added a commit
that referenced
this issue
Mar 2, 2021
dharple
added a commit
that referenced
this issue
Mar 2, 2021
dharple
added a commit
that referenced
this issue
Mar 2, 2021
dharple
added a commit
that referenced
this issue
Mar 2, 2021
dharple
added a commit
that referenced
this issue
Mar 2, 2021
dharple
added a commit
that referenced
this issue
Mar 2, 2021
dharple
added a commit
that referenced
this issue
Mar 2, 2021
dharple
added a commit
that referenced
this issue
Mar 4, 2021
All of the structs have been updated to use typedefs. Open items:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
While it's not currently possible to switch to using classes, structs and associated functions can still be grouped together in a way that makes more sense. The current structure is organic, and hard to follow.
General:
Step 1:
The text was updated successfully, but these errors were encountered: