C
Cindy Lee
Wow, I can't believe they're trying to do this garbage.
If I wanted to do complicated MVC and unit testing, I'd go back to
Java.
Bottom line is people that are doing this are cocky developers that
have something to prove.
Every MVC project I've seen besides very simple struts, ends up taking
3 times the estimated time and maintaining it is a nightmare. It's
code that no one wants to work on except the lead developer and once
they leave it becomes a giant mess.
Unit testing is the biggest joke in the world. The only use of unit
testing is for contractors to add more billable hours. 99% of all
real life errors won't be caught with it. How hard is it to read
the .aspx file on the url and go to the file and debug.
If I wanted to do complicated MVC and unit testing, I'd go back to
Java.
Bottom line is people that are doing this are cocky developers that
have something to prove.
Every MVC project I've seen besides very simple struts, ends up taking
3 times the estimated time and maintaining it is a nightmare. It's
code that no one wants to work on except the lead developer and once
they leave it becomes a giant mess.
Unit testing is the biggest joke in the world. The only use of unit
testing is for contractors to add more billable hours. 99% of all
real life errors won't be caught with it. How hard is it to read
the .aspx file on the url and go to the file and debug.