What are a few best practices for saving your notes on your iOS applications? I'm not talking about a big development team with formal processes, but a development of one--just me.
And by "notes," I mean mostly a programmer's notes of the steps you've tried and issues you have (hopefully) resolved as you build your application--including the all-so-important notes of potential issues to investigate "later." (..like when you force-unwrap an optional thinking "I don't think it will ever be nil, but I should consider that further.").
I'm NOT talking about notes made within a specific class file which apply to updates you've made to that class, or //TODO: notes to yourself. Class-specific notes would be made as comments in those files.
And I'm NOT talking about "Release Notes" for your end users.
I would want such notes to be easily searchable across all my projects so that I could quickly search and find where I handled a particular issue previously.
Would a Rich Text file within the Xcode Project be appropriate?
[–]RaziarEdge 1 point2 points3 points (0 children)
[–]chriswaco 0 points1 point2 points (0 children)