How should I take being told that I was wrong?

Posted by Chris on Programmers See other posts from Programmers or by Chris
Published on 2011-01-07T14:39:27Z Indexed on 2011/01/07 14:58 UTC
Read the original article Hit count: 283

On a fairly important project with short timelines I decided to use SubSonic for straight forward data access. I wired up a handful of forms, created matching database tables and POCO's for each and used SubSonic's simple repository mode for the data access. Everything worked well and I was able to bang these forms out pretty quickly and I moved on to other things.

Since that time I have heard that using SubSonic was a 'cowboy move' and that it was implemented 'incorrectly' and that 'the person who used it, didn't even know how to use SubSonic'.

What I would like to know is, how should I take this? There were and still are no standards for data access at this company, so there is no violation of a standard. The forms worked exactly as requested and saved the data to the database correctly. And with only spending a few days on the forms instead of weeks, saved a lot of time which was used for other functionality in the project. So in light of all of this, I am confused as to what was 'incorrect'. Am I missing something here?

Thanks for your answers.

© Programmers or respective owner

Related posts about architecture

Related posts about coding-standards