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

Feature/lazyness #229

Open
wants to merge 7 commits into
base: develop
Choose a base branch
from
Open

Feature/lazyness #229

wants to merge 7 commits into from

Conversation

turicas
Copy link
Owner

@turicas turicas commented Jun 25, 2017

This PR addresses #45

Copy link

@eduardostalinho eduardostalinho left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the attribute .is_lazy for the plugins is not exactly what it means, it means it can be lazy. If i'm wrong, please explain this to me @turicas

I'm saying this because I don't think lazy tables should be default for rows since it depends on the use cases.

@@ -25,6 +25,39 @@
from rows.fields import identify_type


class LazyTable(object):

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Isn't it a good idea to create a BaseTable class to all *Table classes to inherit from?

@eduardostalinho
Copy link

eduardostalinho commented Jun 25, 2017

Add some documentation with your explanation for the questions above.

@turicas
Copy link
Owner Author

turicas commented Oct 11, 2017

Using the babel library would help us solving some problems the locale library from stdlib has.

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

Successfully merging this pull request may close these issues.

None yet

2 participants