Interface-level isolation
In my console application I have the class that incapsulates performing
long-continued work and I need show the progress to user. Do I need put
into object of this class a delegate for interaction with console or to
write from class right to screen is ok from the standpoint of application
structure?
No comments:
Post a Comment