Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor
add_business_days
and subtract_business_days
`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.
- Loading branch information