dwest Posted January 23, 2007 Share Posted January 23, 2007 Hi,I'm more of a hacker than programmer so please pardon any obvious ignorance or stupidity painted in the following scenario. I wish to evolve to a programmer. Thus I ask the question...I often find myself needing a tool to help me think through and design an application in detail, prior to ever coding anything. As it is, I begin with pencil and paper, make sketches and add notes. It ends up being a mess because the thoughts don't necessarily come in the proper order if at all. It is also incomplete because alas, I am not a seasoned programmer.From that meager start, I begin writing code. Inevitably I get stumped on how to do something, and in working through that, arrive at a whole new tack on the design of application. Which in turn generates more thoughts and questions.This leads to great gnashing of the teeth and discouragement as the process repeats. In short, I um, "run out of memory". I get lost.It wastes so much time it is ridiculous!So, is there any software or techniques which programmers use to alleviate, or at least minimize this problem on the front end, before coding?It would be nice if said software assisted in identifying patterns that could be placed in functions and other such programmatic thinking.I've thought a text outliner might work...anyone using one?All suggestions welcome! Link to comment https://forums.phpfreaks.com/topic/35299-need-software-recommendations-for-designing-and-planning-applications/ Share on other sites More sharing options...
trq Posted January 23, 2007 Share Posted January 23, 2007 You might want to take a look at [url=http://en.wikipedia.org/wiki/Unified_Modeling_Language]UML[/url] and one of the various programs used to create and maintain it, however, unless your using an object oriented approuch to programming you may not find it real usefull. Link to comment https://forums.phpfreaks.com/topic/35299-need-software-recommendations-for-designing-and-planning-applications/#findComment-166852 Share on other sites More sharing options...
dwest Posted January 23, 2007 Author Share Posted January 23, 2007 ;) Well, at this point I'm getting lost with non OO thinking. So, first things first I suppose...But thanks just the same, I will see what UML is all about. Link to comment https://forums.phpfreaks.com/topic/35299-need-software-recommendations-for-designing-and-planning-applications/#findComment-166855 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.