LynxUA / yolo-address-book

0 stars 1 forks source link

Implement the range withen which all the birthdays will be shown off #15

Closed UraFIZ closed 5 months ago

UraFIZ commented 5 months ago

issue #6

The exapted creatures:

The space for inhansment:

If we compare this task with what we had in our Python caurse we will see that there is no requriment for checking if the bithday happens within weekend so I did not pay attantion to this point.

nrkshaman commented 5 months ago

Correct : "diapasone" to "range" Not required but possible improvement: add optional argument(flag) to handle weekends

UraFIZ commented 5 months ago

You are right. It's better to use “range” in a tech point of view. Done.