misspelled methods
misspelled methods
- Subject: misspelled methods
- From: Todd Heberlein <email@hidden>
- Date: Mon, 17 Aug 2009 20:00:13 -0700
I just spent about an hour trying to track down a bug. It turns out
that instead of typing
- (void)viewDidLoad
I typed
- (void)viewDidload
with a lower case 'L' in "load".
It reminds me of programming languages where if you mistype a variable
name the compiler just happily assumes you want a new variable and
creates one for you. I hate those languages.
Is there any way for me to get Xcode to complain when it runs into a
method implementation that was not previously declared in a header file?
Thanks,
Todd
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden