Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

7
  • 10
    People still use hungarian notation? Commented Mar 12, 2014 at 8:31
  • 1
    Related: programmers.stackexchange.com/questions/65065/… Commented Mar 12, 2014 at 8:35
  • What happens if you don't know the return type, in Objective C, every library function have a meaning full name like autorotateToInterfaceOrientation,viewWillAppear. Commented Mar 12, 2014 at 8:37
  • 1
    Related: programmers.stackexchange.com/questions/102689/… Commented Mar 12, 2014 at 8:52
  • 1
    The problem with this in one sentence: But I know the function is float.. Your 'advantage' requires you to know the metadata you're assigning to the function, thus proving it does not need to be assigned. Commented Mar 12, 2014 at 9:07