Marcus list of how to get problem in a system development project
December 19, 2007
From time to time I hear myself saying; “That’s a good way to get problems in the project/in the application/in the maintenance phase”.
So I thought I’ll start a list so that I can prove (for me) that I have “said it already, a long, long time ago”. Of course this is mostly for fun but I have seen these items in many projects and many times.
So here you are; How to get problems:
- Integrate with Office - I have done this is a lot of applications. Eventually it will work and it can be nice - but it is always problems. A lot of them and hard to find.
- Mix technologies in the same application - that is let .NET-applications call COM-components. If you mix old an new then the total “goodness” of the application will not be better than the old technology - if that even. ...