What is a non commital approach to software analysis
Posted
by
dsjbirch
on Programmers
See other posts from Programmers
or by dsjbirch
Published on 2012-03-29T12:46:22Z
Indexed on
2012/03/29
17:41 UTC
Read the original article
Hit count: 364
systems-analysis
When I think about software analysis the first thing which comes to mind is SSADM and the UML.
But, what I want is a high level view of the system before I commit to a programming paradigm.
Where am I going wrong?
How do I approach a problem in a high level and generic way before I commit to a paradigm?
What are the diagrams/tools available to support me?
Edit:
Some examples of tools that appear to be what I'm after are...
A block diagram - http://en.wikipedia.org/wiki/Block_diagram
A data flow diagram - http://en.wikipedia.org/wiki/Data_flow_diagram
© Programmers or respective owner