Possible Duplicate:
What does @synthesize window=_window do?
Question about @synthesize
Some developers tend to use this convention:
@syntheisze abc = _abc;
What is the true benefit of this? Why do they do it this way? The first thing I notice is that it makes the code a lot harder to read.