Sujet : Re: The joy of FORTRAN
De : ldo (at) *nospam* nz.invalid (Lawrence D'Oliveiro)
Groupes : alt.folklore.computers comp.os.linux.miscDate : 02. Oct 2024, 23:21:13
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vdkh0p$3d48j$9@dont-email.me>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
User-Agent : Pan/0.160 (Toresk; )
On Wed, 02 Oct 2024 17:29:31 GMT, Charlie Gibbs wrote:
On 2024-10-02, The Natural Philosopher <tnp@invalid.invalid> wrote:
In practice I work both ends to the middle. Write what is obvious in
spec or code first, and then see what problems remain unsolved.....
Stan Kelly-Bootle, when contrasting top-down and bottom-up development,
proposed the opposite of your method. He called it "middle-out".
“Rapid prototyping” I think is the term for what I do: talk to the
customer, get some initial notes, go away for a couple of weeks, come back
with some initially working code that I/they can actually run, and then
they say “yes, that’s the kind of thing I want, can you add this” or “no,
that’s not quite right, can you change this”. And then I go away for
another week or two, and repeat the cycle until we get a useful
production-quality result.
This way, we always have something concrete in front of us as a reference
point, instead of having to try to conduct discussions in the abstract.
And the customer feels they are actually getting something for their
money, each time they pay my bill.