business icon indicating copy to clipboard operation
business copied to clipboard

Refactor `add_business_days` and `subtract_business_days`

Open ameykusurkar opened this issue 2 years ago • 0 comments

add_business_days and subtract_business_days are implemented by repeatedly applying next_business_day and previous_business_day respectively.

The code is identical. This refactor makes the intent more explicit, improving readability.

ameykusurkar avatar Sep 08 '22 20:09 ameykusurkar