5

Get told a colleague finished work on a new web service thing on Friday.

So I fire up SOAP UI. Get an error due to problems with a sql statement. Look through code, issues already fixed so I build the project ct add the new dll to the app, another error, this time a column included in a select statement that doesn’t exist in the table being queried.

Colleague is on holiday, there are no comments in the code and there’s no source control.

Boss wants to know if the column needs to be added, or whether colleague added it and then decided not to use it.

I think I have an idea what it is meant to happen, but my only exposure to this project is as a 30 minute intro, and we didn’t look at any of these parts.

And sadly I left my crystal ball at home today fml

Comments
Add Comment