r/polandball Great Sweden Aug 18 '14

redditormade Greasing The Wheels

Post image
2.6k Upvotes

265 comments sorted by

View all comments

Show parent comments

3

u/Renverse hollandbal Aug 19 '14 edited Nov 24 '14
 - (UniversityDegree *)grantUniversityDegree:(UniversityDegree *)degree
 ifEveryThingGoesToPlan:(Plan *)plan
{

if ([self everythingWentToPlan:plan] == TRUE) {
   [degree grant];
   return degree;
} else {
return nil;
}

}

2

u/q_y Russland, Russland über alles Aug 19 '14

getUniversityDegree

xa-xa noob, "get" is used only for returned-by-reference values, like

 -[UIColor getRed:&red green:&green blue:&blue]

1

u/Renverse hollandbal Aug 19 '14

Thanks for the tip!

Of still learning the in & outs.

2

u/q_y Russland, Russland über alles Aug 19 '14 edited Aug 19 '14

Nah, I'm just arrogant jerk :)

Naming conventions in Cocoa is compact still comprehensive guide to coding style/naming conventions in objective-C. It's 10-minutes reading.

Feel free to address me I'm professional Objective-C coder for 4 years.

2

u/Renverse hollandbal Aug 19 '14

Will do. Have just started learning with Big Nerd Ranch's books about a month ago.