Products of this category
Source Code Library 1.8.5.352
Source Code Library is a source code Library and clipboard extender shipped with 50,000+ lines of code, quick and powerful search engine, powerful printing capability, password protection, user notes&attachments handeling, favorites&rating support an
CSharp Code Library 1.9.0.146
CSharp Code Library is a powerful source code Library shipped with 50,000+ lines of code, quick and powerful search engine, powerful printing capability, password protection, user notes&attachments handeling, favorites&rating support and more!

PrivateI 0.916



Download: Download Site 1
Dialup (56k): 04 m 47 s
ISDN (128k): 02 m 06 s
DSL (512k): 32 s
Cable (1024k): 16 s
T1 (1484k): 11 s




Reports on VBasic Publics which are Private PrivateI analyses a Visual Basic project and reports the variables and procedures that have been declared Public but are in fact Private or unused.Keeping the components of a module Private is a good thing.When variables are kept local to a module they cannot have their value changed outside the module making it much easier to keep track of them.When Subs and Functions are kept local to a module there is no concern about parameters being passed from outside the module.The more a module contains Private components the less reliant it is on external code and becomes more portable, robust and easy to maintain.Private is good.