Technique to Solve Hard Programming logic
Posted
by
Paresh Mayani
on Programmers
See other posts from Programmers
or by Paresh Mayani
Published on 2010-09-08T05:03:27Z
Indexed on
2012/10/19
11:25 UTC
Read the original article
Hit count: 252
I have heard about many techniques which are used by developer/software manager to solve hard programming logic or to create flow of an application and this flow will be implemented by developers to create an actual application.
Some of the technique which i know, are:
- Flowchart
- Screen-Layout
- Data Flow Diagram
- E-R Diagram
- Algorithm of every programs
I'd like to know about two facts: (1) Are there any techniques other than this ? (2) Which one is the most suitable to solve hard programming logic and process of application creation?
© Programmers or respective owner