Interface explosion problem

Posted by Benny on Stack Overflow See other posts from Stack Overflow or by Benny
Published on 2010-03-31T13:31:46Z Indexed on 2010/03/31 13:33 UTC
Read the original article Hit count: 156

I am implementing a screen using MVP pattern, with more feature added to the screen, I am adding more and more methods to the IScreen/IPresenter interface, hence, the IScreen/IPresenter interface is becoming bigger and bigger, what should I do to cope with this situation?

© Stack Overflow or respective owner

Related posts about interface

Related posts about explosion