Programming advice (no need for actually programming help)
So I have an object I am working on, and in the object I use the simple numbers object, but I only use one method out of it.
So here's the question: do I copy the method I use into my object (and cite it) and save the object size by 100 or so longs of programming space or leave the object in there, and if the person using my object is already using simple numbers, save them a dozen or so longs?
So here's the question: do I copy the method I use into my object (and cite it) and save the object size by 100 or so longs of programming space or leave the object in there, and if the person using my object is already using simple numbers, save them a dozen or so longs?
Comments