package engine;

import junit.framework.Assert;
...

Java Refactor, fix and optimize ...

by programmer-offsite, April 20, 2009 14:15, 5 refactorings, tagged with java, refactor, strings, character, optimize

While tuning the applicatio...

6f0a7377a1c0faa24f9b60e24ab2af4a Talk
-(IBAction)countCharacters:(id)sender {
    NSString *inputString = [[NSString alloc] initWithFormat:[input stringValue]];

...

C Counting characters

by halbtuerke, October 21, 2008 17:16, 1 refactoring, tagged with count, character, objectivec, cocoa

This is actually Objective-...

Be965afd8e05334af7ed2adc64736310 Talk