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

Use a factory on the parser #33

Closed
Bernardo-MG opened this issue Mar 10, 2015 · 3 comments
Closed

Use a factory on the parser #33

Bernardo-MG opened this issue Mar 10, 2015 · 3 comments
Assignees

Comments

@Bernardo-MG
Copy link
Collaborator

Right now the model instances are created on the same module the rules are contained.

Instead of this, a factory should be used to decouple the parser from the model.

@Bernardo-MG Bernardo-MG self-assigned this Mar 10, 2015
@Bernardo-MG Bernardo-MG added this to the Model Parser milestone Mar 12, 2015
@Bernardo-MG
Copy link
Collaborator Author

Fields are now generated with a factory. Records still need to be adapted.

@Bernardo-MG
Copy link
Collaborator Author

Records are now generated with a factory. Only transactions are left.

@Bernardo-MG
Copy link
Collaborator Author

Transactions are generated through a factory. Only the end rules are stored in a module.

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

No branches or pull requests

1 participant