Since I started learning Objective C and Cocoa, I've been wondering why they have chosen the extension .m for the implementation files - was it supposed to mean something, or was it just a random letter? Does anyone know? I couldn't find such information anywhere on Google...
|
|
Today most people would refer to them as "method files", but
(from the book "Learn Objective-C on the Mac" by Mark Dalrymple and Scott Knaster, page 9) EDIT: To satisfy an itch I emailed Brad Cox, the inventor of Objective-C, about the question and he answered with this single line:
Here's the email as visual prove:
|
|||||||||||||||
|
|
From the first Google result (Wikipedia entry) for "objective c" file extension:
|
|||
|
|
|
It stands for "methods". From the comp.lang.objective-C FAQ:
|
|||
|
|
