What topic in computer science is this?
Posted
by jasonbogd
on Stack Overflow
See other posts from Stack Overflow
or by jasonbogd
Published on 2010-03-15T04:47:12Z
Indexed on
2010/03/15
4:49 UTC
Read the original article
Hit count: 690
Hi,
I am trying to figure out what 'topic' this is called, so I can learn more about it.
Basically, I'm talking about designing my applications's architecture. I'm not talking about algorithms. More like -- this class should have these methods and these instance variables, and communicate with this class in this way, this class should have these responsibilities etc.
Can anybody tell me what the name of this topic is called and how I can get better at doing this?
Thanks.
© Stack Overflow or respective owner