What do you do when one thinks the code isn't complicated enough?

Posted by Chris on Programmers See other posts from Programmers or by Chris
Published on 2011-03-11T20:24:57Z Indexed on 2011/03/12 16:17 UTC
Read the original article Hit count: 236

After six months of development on a project, our stakeholders have had a "gut check" and have decided that the path that we've been walking (a custom designed application framework and data access layer) is holding us (the developers) back from quickly developing the features they would like to see. After several days of debate management and the development team have decided to scrap the current incarnation and start over using ASP.net MVC, with Entity Framework as the bases of the a 'quick and dirty', lets just get it done project.

In days following, our senior developer who has never worked with MVC or Entity Framework has finally gotten into a sample project and done some work. His take on ASP.net MVC, "this is not software engineering".

So my question is this; what do you do, when one doesn't think the code is complicated enough?

© Programmers or respective owner

Related posts about web-development

Related posts about Productivity