-
Notifications
You must be signed in to change notification settings - Fork 1
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
[IV-21-22] Objetivo 3 #11
Conversation
Ready to review 👀 @JJ |
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.
You really need to justify technically the tools you've chosen, not just convey your decision.
docs/dev_tools.md
Outdated
|
||
### Invoke | ||
|
||
[Invoke](https://www.pyinvoke.org/) is our task runner of choice. |
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.
You have to show what are the requirements for these, which other alternatives you have considered, and why this was the one you chose.
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.
done!
Also, submit the PR. |
Added alternatives in Ready to review @JJ |
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.
👍 fair enough.
was being more used to Python and finding easier to work with | ||
Invoke's approach. | ||
|
||
- [doit](https://pydoit.org/contents.html#) |
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.
You can't list stuff and a posteriori reasons to not choose them; all requirements need to be laid out in advance, as I commented in class. Please bear this in mind, because it will become increasingly important in the rest of the objectives.
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.
ok, I'll keep it in mind for the next ones, thanks! 👍🏼
I added Poetry for dependency management and Invoke as a task runner tool. The documentation,
iv.yaml
file andREADME.md
of the project were modified accordingly to incorporate these changes.