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

Make code generator more modular #897

Open
cvogt opened this issue Jul 8, 2014 · 2 comments
Open

Make code generator more modular #897

cvogt opened this issue Jul 8, 2014 · 2 comments

Comments

@cvogt
Copy link
Member

cvogt commented Jul 8, 2014

Currently the code generator is one large class (hierarchy). This is great for getting started and advancing but for more advanced use the class can be an obstacle and individual functionality would be nice to be accessible without using the class at all. We should refactor things like name collision avoidance and default value generation out of the generator to be usable independently.

@cvogt cvogt added this to the 2.1.1 milestone Jul 8, 2014
@szeiger szeiger modified the milestones: 3.1.0, 2.1.1 Jan 28, 2015
@aaggarwal35
Copy link

+1
It was hard to figure different options to override in the correct format. (fyi, using slick 3.0)

@cvogt
Copy link
Member Author

cvogt commented May 13, 2015

we could export a few common use cases in a simpler format but for more advanced stuff you'd have to use the overrides

@szeiger szeiger modified the milestones: 3.1.0, 3.2.0 Sep 24, 2015
@szeiger szeiger modified the milestones: 3.2.1, 3.2.0 Jan 24, 2017
@hvesalai hvesalai modified the milestones: 3.2.1, Future Feb 28, 2018
@hvesalai hvesalai removed the 1 - Ready label Mar 7, 2018
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

4 participants