Sujet : Re: The joy of FORTRAN
De : bowman (at) *nospam* montana.com (rbowman)
Groupes : alt.folklore.computers comp.os.linux.miscDate : 02. Oct 2024, 03:12:10
Autres entêtes
Message-ID : <lm3ofqF1legU1@mid.individual.net>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
User-Agent : Pan/0.149 (Bellevue; 4c157ba)
On Tue, 1 Oct 2024 21:28:14 +0200, D wrote:
I think there's some old programmer saying from the beginning of time,
that says something like the third time I completely rewrite the program
it gets done right.
Over the years new buzzwords like agile have been tacked on but my process
always started with the assumption that the client didn't know what they
really wanted. Throw together a quick and dirty prototype with enough
functionality that they can play with it. Take notes on the complaints,
modify the prototype. Rinse and repeat until they're mostly happy.
Scrap the prototype, possibly retaining some code, and build the product.
There is a related process I call 'reconnaisance by fire'. That's when
you're handed an API that you're pretty sure is incomplete, inconsistent,
and missing vital information. Build the interface, test it, find out
where it fails, and try something else. If you're lucky the other party
will be helpful although I have had instances where they were hostile.
The most important part is not developing an ulcer while dealing with
human nature. Easily perturbed people probably should try another career
path.