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

How long do the Cypress objects live? #2

Open
bpieber opened this issue May 17, 2012 · 1 comment
Open

How long do the Cypress objects live? #2

bpieber opened this issue May 17, 2012 · 1 comment
Labels

Comments

@bpieber
Copy link
Member

bpieber commented May 17, 2012

Are they only instantiated for when reading and writing respectively? Or are they kept around during normal development?

@dalehenrich
Copy link
Member

They are created for reading/writing/loading/unloading and then tossed ... Remember Cypress is not intended to be the primary import/export mechanism for a dialect. It could be integrated into the development environment for a dialect in which case some of the objects might have reasons for living longer ... primarily the Definition structure I assume ... but if that happens the Definition classes will have a tight coupling to the dialect and will evolve along wit the the dialect (another reason for keeping the Structure separate:).

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

No branches or pull requests

2 participants