|

Standard
|
ICARUS 3.0 (Snippet ID 24423)
Peganza Software
ICARUS is a free tool program that helps Delphi and Borland Pascal developers remove unnecessary units in uses lists.
Removing unneeded units from the uses lists gives many benefits, including the following:
- Unused code is not linked in. The Delphi linker removes unused code, but code in initialization and finalization sections remains
- Removes dependencies on other units, and makes the intent of your code clearer
- Smaller executable modules (EXE, DLL, BPL)
ICARUS can also tell which units that can be moved from the interface to the implementation uses list.

ICARUS 3.0 home page
|