| 
 
 
 
 | 
| 
  
                            
                              |   PrivateI 0.916   |  
|  |  
        | 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.
 
 |  
        
          | Version: 
			0.916			Release Date: 
			11/04/2003
 Size: 
			2008			 KB
 Platform: 
			Win95,Win98,WinME,WinNT 4.x,WinXP,Windows2000
 
 | Program type: 
		  Freeware Cost: $0
 Review: Click here
 
 |  
        
          | 
Requirements:  Typical Win95 PC or better             |  
 
 |  |  |  |  |