MVC and conditional formatting - strategies for implementation

Posted by Extrakun on Stack Overflow See other posts from Stack Overflow or by Extrakun
Published on 2010-03-15T08:19:14Z Indexed on 2010/03/15 8:19 UTC
Read the original article Hit count: 267

Right now I am writing a simulation program which output is formatted according to certain factors. The question is in a MVC architecture, where is the conditional formatting to be taken place? What are some strategies for implement this feature?

FYI, The platform I am using is rather bare-bone in its GUI/front-end execution. To change color and formatting, it requires a change to the formatting state (much like OpenGL).

© Stack Overflow or respective owner

Related posts about mvc

Related posts about software-engineering