vote up 0 vote down star

Can anyone point me in the direction of a resource that charts the recent history of certain technologies and methodologies in the programming world?

For example, at the moment everyone is talking about Agile which seems to be a superset of Extreme Programming which I remember reading about 5 or more years ago.

Likewise DHTML was all the buzz some time ago, but has since been superseded by AJAX.

I think that a historical perspective on some of today's technologies and techniques can be useful when discussing their pros and cons and understanding the steps that led us down a particular path.

flag

77% accept rate

1 Answer

vote up 1 vote down

DHTML and AJAX are related but separate things solving different problems: DHTML really just means a page which has scripted behaviour to create a degree of interactivity, AJAX is a technique of shifting data around (an alternative to wholesale page loads) which still requires something "DHTML" to make much use of.

XP and Agile are terms which mean different things to different people, and frankly is a bit of a mess to extract standard terms from, but they share a core that tries to iteratively adapt to client requirements, as opposed to older methods which try and tightly document a single fixed path.

<controversial> It could be said that XP is waning - if not failed - as an agile method. I think most people found in practice that it has a rigour that tends to get thrown out halfway, isn't that flexible for a supposedly agile methodology, and overly-fixates on questionable things like pair programming. It's giving agile a bad name basically. On a personal level, projects which begin as scrum projects (rather than devolve into) have been more successful. </controversial>

I doubt there's a more concise explanation of the history than the wikip article here

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.