PDA

View Full Version : Making your code more compact and reusable



Trillium
01 Oct 2009, 06:25 PM
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.