Tagged Questions
2
votes
2answers
129 views
Properly design a code editor application
I'm working on personal project which is basically a code editor. Imagine standard File menu with menu items New, Open, Save, Save As, Save All, Close, Close All.
I'm stuck with proper design. ...
0
votes
2answers
180 views
responsibility based modeling versus class reasons to change
In this text I read
Be alert for a component that is just
a glorified responsibility. A
component is supposed to capture an
abstraction that has a purpose in the
system. It may happen that ...