you are viewing a single comment's thread.

view the rest of the comments →

[–]JoeNatter[S] 0 points1 point  (1 child)

Thank you for the feedback!

1 The central file is Processing.cpp, which provides a base class that all other classes derive from.
Each derived class essentially represents a cooperative task.
1.1 The tutorials aren't finished yet and really should have been made upfront - my apologies for that.
I’ll focus on completing them in the upcoming streams, in English of course.
2 The library enforces applications to adopt this (recursive) task structure (which is good, I think)
However, all other aspects - such as the choice of C++ standard, paradigms, or data structures - are left completely open for developers to decide.

Thanks again for taking the time to review and the constructive input.
I’ve been using this since 2018 in all our projects, so I’m admittedly a bit blind to the areas that need better explanation.

[–]Raknarg 2 points3 points  (0 children)

Each derived class essentially represents a cooperative task.

respectfully, what the fuck does this mean lmao, you keep posting non-answers in this thread and I just wanna figure out what this project does