How can we avoid runtime bloat in large-scale Java projects? Many programmers value productivity over performance, using a lot of computing to accomplish small bits of functionality. Since this can happen innocuously from the accumulation of seemingly harmless decisions, how can it be prevented? Are there specific tools that can help, or is this more a matter of internal housekeeping?
Topics: Applications














