Connecting Tech Pros Worldwide Help | Site Map

.NET MVC = waste of time

  #1  
Old October 1st, 2008, 01:05 AM
Cindy Lee
Guest
 
Posts: n/a
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.

  #2  
Old November 21st, 2008, 10:55 AM
ChevronBoyde
Guest
 
Posts: n/a

re: .NET MVC = waste of time


Must say I am feeling your pain. Seems the real world and purists/academics
cannot agree once again.

Interesting how we keep getting handed more "cutting edge must haves" that
get canned sooner than later, the latest being linq to sql which seems may
be dropped for linq to entities.




"Cindy Lee" <danparker276@yahoo.comwrote in message
news:824428d8-a21b-467b-9a0b-eeab6d53b1a6@y79g2000hsa.googlegroups.com...
Quote:
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.
>
  #3  
Old November 21st, 2008, 04:15 PM
=?ISO-8859-1?Q?=22Fernando_A=2E_G=F3mez_F=2E=22?=
Guest
 
Posts: n/a

re: .NET MVC = waste of time


Cindy Lee wrote:
Quote:
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.
>
I've been working on MVC for really a long time, and never have had
problems at all. MVC has been there for a really long time and has been
tested ever since. Major applications use that pattern, and certainly
all of my (non-trivial) applications.

Perhaps you've had the bad luck of hanging around really bad programmers.

Regards.
Closed Thread


Similar Threads
Thread Thread Starter Forum Replies Last Post
Real-World Sample Application? (PeteCresswell) answers 15 June 27th, 2008 05:33 PM
windev vs python SOS stéphane bard answers 31 October 8th, 2006 01:55 AM
Starting University COSC and learning JAVA, advice please :D David Van D answers 1 February 4th, 2006 02:45 AM
framework development c# Rick Elbers answers 6 December 26th, 2005 09:55 PM