This post originated from an RSS feed registered with Ruby Buzz
by Ryan Davis.
Original Post: I'd die of typing
Feed Title: Polishing Ruby
Feed URL: http://blog.zenspider.com/index.rdf
Feed Description: Musings on Ruby and the Ruby Community...
just look at that url for a second... (if it doesn't go off screen, that is)
the domain... sure. whatever. viewvc. yeah. k. webservices/xmlrpc/trunk/server/src/main/java -- damn... we haven't even hit code yet! org/apache/xmlrpc/server -- WE STILL haven't hit code yet!?!
and then... the kicker:
RequestProcessorFactoryFactory.java
wtf? ... wow. check it:
public interface RequestProcessorFactoryFactory { ... }
this thing declares an interface for a factory that produces other factories that produce things that process requests. processing requests... request processing. factory of factory of... I feel like the lawyer in Idiocracy. duuuh... errr. ummm.
How many freakin' levels of indirection does this world need? It's not even a class.