-
Notifications
You must be signed in to change notification settings - Fork 274
Feature/bootstrap #4858
Feature/bootstrap #4858
Conversation
3233bba
to
933f7f5
Compare
Signed-off-by: Sean Teeling <seanteeling@microsoft.com>
933f7f5
to
524a720
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I left some minor comments around naming. I really care about readability. I think readability makes the project more approachable by new folks wanting to contribute. (And the rest of us reading this new code)
This looks great. Thanks for spearheading the effort. The effort you describe in the document here is ambitions and much needed. @eduser25 had started similar efforts and I have a few docs as well. I'd love to join the refactoring party.
I'd love to see more details in the doc around what specific changes you want to make. We could then divide and conquer. I'd love to help!
Signed-off-by: Sean Teeling <seanteeling@microsoft.com>
Sure, I'll be creating some specific bugs soon which will have more detail! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It'd be good to be more specific on builder
and name it so it indicates what it's expected to build.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for starting this refactor @steeling
@draychev thank you for the review! Just a reminder to clean up/consolidate the commit message before merging |
Remove redundant bootstrap config, and leverage a builder pattern we plan on implementing.
Part of #4818