-
Notifications
You must be signed in to change notification settings - Fork 3
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
Allow main file to import data into mongo #21
Conversation
So I think this code looks pretty good, I haven't gotten a chance to review it in depth. However I think you're doing "too much" in one PR. Let's try to keep the PRs small and focused. There should've been:
I don't think it's worth it to break it up at this point, but just something to think about in the future. In general it should be "I have this task, so I'll create a branch/PR for it", not "I have this branch/PR, so whatever tasks I have will go there". Thanks! |
162cf04
to
299243c
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.
Thanks for making all these changes. I hope I wasn't too harsh about the "one change per PR" thing, just trying to give guidance.
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.
Please do not merge down the "from constants import *" line. It needs to mention specific symbols, not *
, as an aid to the reader. We read code much more than we write it.
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.
Great job on these changes, we were able to resolve a lot of the conversations. Still a few things to do though.
This is shaping up nicely, looks good.
|
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.
Great work. Just a couple tiny things that could or could not be done in this PR. Ready to merge as-is.
This branch is definitely moribund at this point. It has drifted away from |
These have been intentionally checked into the repo in order to aid project members in setting up their IDEs correctly. They are the recommended settings for VSCode. As you said in another comment, your IDE is your power tool, and here we are "putting in the batteries" for you. |
2870ce2
to
1d214de
Compare
I tried rebasing this branch in order to merge it, but it's very out of date at this point. The work to establish a We still need the Mongo code, but it should probably just be done in its own new PR at this point. |
No description provided.