Changeset 20

Show
Ignore:
Timestamp:
12/02/04 14:43:49 (4 years ago)
Author:
bart
Message:

Added early spring code cleanup

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/TODO

    r17 r20  
    88- Option to unload keys after a period of time 
    99- The option to not display messages regarding tunnels (Nov 05 - Marc Liyanage  - Feature suggestion for SSHKeychain) 
     10- Listen to local forwarded ports and start up the tunnel on demand (that's going to require some hacking with random ports 
     11  to have ssh listening on) 
    1012 
    11131.0 TODO: 
     
    1315- Implement Exceptions instead of NSLog 
    1416- Package 
     17 
     18The Early Spring Code Cleanup: 
     19 
     20- [[[[foo alloc] init] autorelease] retain] is rubbish. 
     21- #define NSStrings is rubbish 
     22- Constants should start uppercase 
     23- Check retain/release 
     24- Implement dealloc for all classes containing iVars 
     25- NULL -> nil 
     26- Use objectEnumerator for arrays, instead of indexes 
     27- Check task arguments (@"-arg", @"foo", instead of @"-arg foo") 
     28- Check for repeating code 
     29- Move local() to a macro (http://developer.apple.com/intl/localization/tools.html) 
     30