Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.javascript > #31125
| Newsgroups | comp.lang.javascript |
|---|---|
| Subject | Re: flow charting or organizing tool |
| From | "Evertjan." <exxjxw.hannivoort@inter.nl.net> |
| References | <np8pod$859$1@dont-email.me> |
| Date | 2016-08-20 09:35 +0200 |
| Message-ID | <XnsA66A61820BF22eejj99@194.109.6.166> (permalink) |
wmgill <webworker1950@gmail.com> wrote on 20 Aug 2016 in comp.lang.javascript: > I am working on a small project that involves using JavaScript in the > client, and php in the server. I need to organize what needs to be done > and where it needs to be done to help me map things out before just > jumping into the code. I have a couple flow charting programs, but they > seem to be more of a distraction, than a help. I even tried my own mix > of pseudo code & outlining, but that doesn't really help. Does anybody > have any good suggestions for tools to help me organize and see what I > need to do before I just code as I go? Think modular. Test modular. Use your brain in that way. Sleep on it, older brains are more lucid after a good sleep. Recognize if you have visual concepts of your programming, and only if so use paper and pencil. > It doesn't need to be fancy, but I should be able to add and remove > blocks or elements without having to start all over every time. Programme modular. Define the inputs and ouputs of your modules. Build temporary container that test single modules. And yes, indeed, getting grasp of what you really want your programme to do often comes up during this period, this feels like an autorelevation, and starting all over pays of. However using older finished modules that fit the new concept does not always hurt. ================== I, using serverside ASP, often [temporarily] put the modules in seperate files, using a skeleton final file with include statements. Testing a new module in-place only needs a renaming of the modules filename, while saving older versions. =================== Yes, I suppose you really asked for a programme to [help you] do your work, may be they are out there, I only expect a decent code-colouring text/file- editor with project-defining capabilities to help me. I use Editpad-pro. -- Evertjan. The Netherlands. (Please change the x'es to dots in my emailaddress)
Back to comp.lang.javascript | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
flow charting or organizing tool wmgill <webworker1950@gmail.com> - 2016-08-20 01:27 -0400
Re: flow charting or organizing tool "Evertjan." <exxjxw.hannivoort@inter.nl.net> - 2016-08-20 09:35 +0200
Re: flow charting or organizing tool wmgill <webworker1950@gmail.com> - 2016-08-22 14:24 -0400
Re: flow charting or organizing tool "Evertjan." <exxjxw.hannivoort@inter.nl.net> - 2016-08-22 21:00 +0200
csiph-web