-
Notifications
You must be signed in to change notification settings - Fork 12
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
gt-core design specification #12
Comments
These belongs more in the "standards" part but :
|
@shotxxxx Thanks for your input. I would appreciate more details. Where exactly should Core be split into smaller classes? It's pretty simple right now, but preventing all sorts of stupid C++ features being introduced is a personal mission of mine, and I'm sure there are other devs who also object to all the bloat and spaghetti. |
@shotxxxx You can help by contributing to spec.md in the spec branch |
libtorrent handles session serialization |
@shotxxxx I quite agree now. |
I think we need to put our heads together and come up with a solid specification for the gt-core and it's interfaces.
Once we have the spec down, the gt-core code base will be much easier to maintain and we won't have all these merge problems where we end up with multiple accessors for the same variables (see: Torrent::getSize()/getWanted()/getTorrentSize()).
Also we'll have some real documentation- new UIs will be much easier to create.
The text was updated successfully, but these errors were encountered: