Wednesday, May 23, 2012

Bad Code: Too Many Object Conversions Between Application Layers And How to Avoid Them

Bad Code: Too Many Object Conversions Between Application Layers And How to Avoid Them: Have you ever worked with an application where you had to copy data
from one object to another and another and so on before you actually
could do something with it? Have you ever written code to convert data
from XML to a DTO to a Business Object to a JDBC Statement? Again and
again for each of the different data types being processed? Then you
have encountered an all too common antipattern...

DIGITAL JUICE

No comments:

Post a Comment

Thank's!