-
-
Notifications
You must be signed in to change notification settings - Fork 657
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
booking-up-for-beauty: add link and improve task with AnniversaryDate() #2243
Comments
Parsing time strings in Go can be confusing as it works differently from other languages, so more help is always welcome! And Go By Example is always a great source to include.
Assuming the year parameter would be an int, what exactly do you mean by "empty"? The task currently makes the student get the current year which is something new to the task and makes the student create a date from scratch using all parameters., which is also new in the task. If we were to add on this, I think we should make the student make something else with the date functions. Alternatively, we can make a new task, especially if there's something the exercise currently doesn't talk about that you think it should. |
Thanks for reply. I'll create a PR with new link then. Regarding improvement, I was thinking about something like that:
But it seems to be not ideal at all so maybe you're right and it's better to have a separate task in scope of working with time.. |
@andrerfcsantos Can this issue be closed or is there something else open to be addressed? |
Let me know if you have any thoughts about what I wrote here: #2243 (comment) |
@Jasstkn I finally had some time to look into this more closely. I agree with André that we shouldn't add more to the anniversary date task than there already is. Regarding adding another task "to do more calculations" as you said, I have a hard time to come up with a good candidate. The problem is that all the things like So I would suggest to close this issue and leave the part about "more calculations" to the separate new exercise that covers duration. |
@junedev Okay, I don't have any objections. |
Hi.
I have two questions/proposals:
In my opinion it can be useful to do more calculations in terms of working with time resources.
Let me know what do you think :)
The text was updated successfully, but these errors were encountered: