timothyph
06-08-2006, 10:52 PM
Hey all - Just wanting to get a general opinion about the advantages/disadvantages of using extensions vs using global classpaths.
In my opinion, it is almost 50/50. In discussions with my coworkers we were talking about the possibility that a 3rd party would need to use our source code, and what would be the better way to approach this kind of stuff...I think that certain classes, once nailed down to perfection, would be useful as extensions, while classes that may need to be tweaked in the future would definately be better as just a global class. However, we weren't able to come to a firm decision on what should be done going forward, it seems up in the air.
What are your thoughts on this?
In my opinion, it is almost 50/50. In discussions with my coworkers we were talking about the possibility that a 3rd party would need to use our source code, and what would be the better way to approach this kind of stuff...I think that certain classes, once nailed down to perfection, would be useful as extensions, while classes that may need to be tweaked in the future would definately be better as just a global class. However, we weren't able to come to a firm decision on what should be done going forward, it seems up in the air.
What are your thoughts on this?