More Design
• Chris Liscio
• Chris Liscio
A lot of time was spent today getting an idea of the final structure of the application. Since the app will contain a lot of sub-sections, I have to hash out how those components will fit together. For example, the MLS measurement system is used by a few other components, but they all use it in different ways. </p><p>The MLS measurements will never be used by the main application nib (which will be responsible for designs, rather than serve as just a measurement application). As a result, I have to figure out who's going to be responsible for maintaining the object, and figure out how I can share that functionality between multiple components.</p><p>This is all easier said than done – especially when your Objective-C-fu and Cocoa-kwon-do are not very polished. To make matters worse, the majority of my day jobs have revolved around lower-level design that has little to do with object-oriented design.</p><p>So much learning to do, and so little time to do it. :)</p><p></p>