Skip to content
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

Closed
nmihajlovski opened this issue Dec 20, 2012 · 1 comment
Closed

Comments

@nmihajlovski
Copy link
Contributor

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.

@ghost ghost assigned nmihajlovski Dec 20, 2012
@bmunkholm
Copy link
Contributor

I will soon add a toString (or whatever it should be called) method on
Table, TableView and Group (it's already in the c++ core). Then we can
remove the Print method.

On Thu, Dec 20, 2012 at 8:11 PM, Nikolche Mihajlovski <
notifications@github.com> wrote:

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.


Reply to this email directly or view it on GitHubhttps://github.com//issues/73.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants