dharple / detox

Tames problematic filenames
BSD 3-Clause "New" or "Revised" License
332 stars 19 forks source link

Refactor code to follow OOP principles #71

Open dharple opened 3 years ago

dharple commented 3 years ago

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:

dharple commented 3 years ago

Before I can convert the structs to typedefs, I have to stop using chains to link sequences and filters.

dharple commented 3 years ago

All of the structs have been updated to use typedefs.

Open items: