in reply to program design language - a reality?
I don't always find it a fit, but I tend to use a variation on the basic idea where I write high-level pseudo-code, turn those into function calls, and then write the functions in a similar way. When I work this way I find that my functions become (well at least to me) both readable and short. In fact my functions average around 10 lines.
Most people definitely don't do that. OTOH it works for me, and I am arrogant enough to think that I am somewhat better than average...
/duck!
So definitely try it. I didn't find that doing it rigidly worked for me, but it was a worthwhile experiment, and I still use a variation on it.
Now if you will excuse me, I have some pseudo-code to sketch out...
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re (tilly) 1: program design language - a reality?
by gaudior (Pilgrim) on Feb 21, 2001 at 02:05 UTC | |
|
Re (tilly) : program design language - a reality?
by el-moe (Scribe) on Feb 21, 2001 at 03:40 UTC |