Question

I've been reading How I Explained REST to My Wife. Great article but I don't get the ending :D.

Wife: So this is what you and all the computer people are working on now? Deciding what the data should look like?

Ryan: Sadly, no. Instead, the large majority are busy writing layers of complex specifications for doing this stuff in a different way that isn’t nearly as useful or eloquent. Nouns aren’t universal and verbs aren’t polymorphic. We’re throwing out decades of real field usage and proven technique and starting over with something that looks a lot like other systems that have failed in the past. We’re using HTTP but only because it helps us talk to our network and security people less. We’re trading simplicity for flashy tools and wizards.

What is Ryan refering to?

Was it helpful?

Solution

He's dissing SOAP-style "big" web services, one of the main alternatives to REST.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top