9 Signs of Bad IT Architecture
By
siliconindia | Monday, 11 June 2012, 13:08 Hrs
Redundant data:
Another sign for bad architecture is redundant data. Different applications might need the same information for different purposes. And also to get this information from the same database makes it harder. So if you are pointing them to the same database then you are asking for trouble, and if you are thinking of synchronizing the databases, then its gets pretty complicated.
