135 Views
This is the first part of what I hope to be a multi-part series of posts on what I consider the number one killer of good programmers and good software, Analysis Paralysis. This is not a new topic; I’m not breaking any ground here. In fact, even writing about the problem is my own way of analyzing and exploring my own analysis paralysis. This whole situation is some sort of strange meta-infinite-loop, and I intend to: break;
1 comments
vijayst
7/31/2011 4:29:56 AM
I like the conversations within the post. Makes good reading. Have you tried Asp.Net MVC with entity framework? For simple applications, there is always a confusion between the models and entities. Should I create another model class when there is an entity class? Again, analysis paralysis.