-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Dividing the TightDB class into "typed" and "internal" utility classes #73
Comments
I will soon add a toString (or whatever it should be called) method on On Thu, Dec 20, 2012 at 8:11 PM, Nikolche Mihajlovski <
|
Currently the TightDB class contains many internal utility methods and the "print" method that's used for printing the "typed" tables. The class needs to be divided, to isolate the low-level utilities into separate class.
The text was updated successfully, but these errors were encountered: