We have an architect who made a jar that actually takes the same methods from different jars and makes them into a single class. He said that this way if it becomes depricated we just have to change it in one place.
Is this a standard trend?
-
Generic jar file (2 messages)
- Posted by: Ashwin Chathuruthy
- Posted on: April 19 2005 10:44 EDT
Threaded Messages (2)
- This will be a nightmare to maintain the code by Sunny Liu on April 19 2005 12:00 EDT
- re: This will be a nightmare to maintain the code by Ashwin Chathuruthy on April 19 2005 13:50 EDT
-
This will be a nightmare to maintain the code[ Go to top ]
- Posted by: Sunny Liu
- Posted on: April 19 2005 12:00 EDT
- in response to Ashwin Chathuruthy
You should use an adapter approach instead. -
re: This will be a nightmare to maintain the code[ Go to top ]
- Posted by: Ashwin Chathuruthy
- Posted on: April 19 2005 13:50 EDT
- in response to Sunny Liu
What is an adapter approach and can you please explain why will it be a nightmare.