|
How Dumb Is That
We have been using quite a number of the blocks that the PAG team is putting out and while on the whole we like them quite well they definitely have some rough edges. Minimal documentation, messy code that looks like it was done in an incredible rush, etc...
Today however I ran across something that drives me nuts. We are using the Asynchronous Invocation Block to push web service requests off our web servers. To make async requests we are required to place a value in the web.config that the Request object provided by the block uses. This is a connection string to the service database.
Did they create their own section handler and put it in there? No.
Did they create at least a name that indicated this was a connection string for the Async block? No.
They called it, TADA, “ConnectionString”! Are these guys insane? How many applications do you suppose already have a setting called ConnectionString that doesn't point at the service agent database that this block needs?
Have these guys written any applications before? Did they integrate this into any of their applications?
Friday, January 16, 2004 10:28:32 AM (Pacific Standard Time, UTC-08:00)
|