API Design Patterns: Exercise 3.1
Imagine you need to create an API for managing recurring schedules. One engineer argues that storing a value for seconds between events is sufficient. Another thinks that the API should provide different fields for time units. Which design should you choose?