Hey everyone,
If you have an application that uses two or more different functions to perform a task (such as having one function that initiates a timer, and a second functions that performs the function of that timer), is it possible to get those functions grouped together into one function that would be more reusable?

Thank you for your time.