-
Notifications
You must be signed in to change notification settings - Fork 2
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
Code generation proposal #2
base: master
Are you sure you want to change the base?
Conversation
👍 Love this. Let's discuss at our next meeting! |
@AnonX could we add a built-in |
@brendensoares I know unix way, one program = one function, and stuff like that. But what if we have the following packages right in our
That will let us avoid polluting user's Just like |
I'm not a Shakespeare and my writings are not as good as I wished. But I think that is exactly what I meant by:
|
@AnonX I would much prefer to have them compiled in to |
Months later...I have to wonder if we should care about making generate commands manageable at runtime and not just compile time? |
@brendensoares I've been working on my own implementation of toolkit that is based on ideas of this PR + revel/revel/issues/889 + revel/revel/issues/420 + modified definition of:
Here is what I've got: https://github.com/alkout/goal (still in PoC stage). |
@AnonX before and after is something I still really want myself. I'm interested to see how you go about the task runner functionality. Glad you've been experimenting with your ideas. Sorry I disappeared. |
Right now
harness
is used for auto generation of files for Reverse routing, etc. This is a proposal to replaceharness
by small independent utilities that will be run bygo generate
.