Hi guys!
I'm looking at code concerning a stopwatch. This stopwatch has a Stopwatch model. The model calculates the TimeInterval. The timeInterval is formatted into a string for instance 04m11s and put upon the view. The author puts the code to transform the Interval into a string into the Model. I however am tempted to put this code in the controller. Who is right and can you explain why?
Thanks once more.
I'm looking at code concerning a stopwatch. This stopwatch has a Stopwatch model. The model calculates the TimeInterval. The timeInterval is formatted into a string for instance 04m11s and put upon the view. The author puts the code to transform the Interval into a string into the Model. I however am tempted to put this code in the controller. Who is right and can you explain why?
Thanks once more.