-
Notifications
You must be signed in to change notification settings - Fork 34
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
Priority: Restructure Repository #32
Comments
👍 |
Im hacking this out on branch refactor_4.0 |
miketheprogrammer
added a commit
that referenced
this issue
Nov 21, 2014
Merged
Done. Merged Into Master |
Can someone work on updating the tutorials. I just updated the Examples. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Move (window, menu, session ) => src/bindings/
Expose NewWindow NewMenu NewSession via package Thrust
Figure out what the best option is for Spawn, Connection, Commands, Dispatcher packages.
Start giving thought to public vs private api's.
Remove public directory, public directories should be tutorial and example local
Remove makefile, its stupid to have a platform dependent file.
Remove package Common, its useless, and in removing it, remove alexcasaro log, lets just use standard logger.
--- my thoughts ---
Spawn should be moved to package Thrust.
Are we bulking to much into one package, i still think src/bindings/window will have its own NewWindow method, however that is purely to resolve any cyclic issues we may encounter down the road.
@tehbilly @gerred Feel free to chime in
The text was updated successfully, but these errors were encountered: