Open GoogleCodeExporter opened 9 years ago
Good point. I am too used to Java's naming schema. I can generate a new build
with new names to prevent collision. I assume the general practice is to prefix
it with a "Unitt" or something similar?
Original comment by joshuadmorris@gmail.com
on 11 Dec 2012 at 8:38
Original comment by joshuadmorris@gmail.com
on 7 Jan 2013 at 9:59
here's the proper documentation, worth looking over:
https://developer.apple.com/library/mac/#documentation/Cocoa/Conceptual/CodingGu
idelines/CodingGuidelines.html
Most people pick a 2-3 letter prefix. For example, Apple uses mostly NS
(NSString, NSArray, etc) which originates from NextStep. There's nothing wrong
with going with something longer, like "Unitt".
Original comment by g...@harrisg.com
on 8 Jan 2013 at 2:08
Original issue reported on code.google.com by
g...@harrisg.com
on 11 Dec 2012 at 5:13