| bio | website | davedelong.com |
|---|---|---|
| location | Cupertino, CA | |
| age | 26 | |
| visits | member for | 3 years |
| seen | Dec 27 '12 at 19:31 | |
| stats | profile views | 112 |
I'm Dave, and I love Objective-C.
My Projects:
- DDMathParser - a library for parsing
NSStringobjects as mathematical expressions and evaluating them - CHCSVParser - a library for reading and writing CSV files
- DDUnitConverter - a simple library for converting between units
- StackKit - a framework for using the StackExchange API.
If you think I'm a nice guy, check out my Amazon Wishlist! :)
My answers and opinions expressed here are my own and do not represent my employer's views in any way.
|
Jun 2 |
comment |
Best way of structuring a library? I modeled it off of CoreData because SO is essentially a glorified data store, and a lot of Cocoa devs are familiar with how CoreData works. It seemed to me that by mimicking it, it would help lower the barrier to adoption. The significant architectural difference is that in StackKit, you can execute requests asynchronously, which you can't do in CoreData. |
|
Jun 2 |
revised |
Best way of structuring a library? more info on the purpose of each class. |
|
Jun 2 |
comment |
Best way of structuring a library? @johnwards as we Cocoa users say, "Embrace the Brackets!" :) I'll edit the post with a bit more contextual information. |
|
Jun 2 |
answered | Best way of structuring a library? |
|
Jun 2 |
revised |
StackKit: an API framework for Cocoa updated profile links |
|
Jun 1 |
awarded | Scholar |
|
Jun 1 |
comment |
Retrieving a post with a specific ID yay! thank you. :) |
|
Jun 1 |
accepted | Retrieving a post with a specific ID |
|
May 29 |
comment |
Stack Mobile - View Stack Exchange Sites on Your Smart Phone or Tablet +1 It works fine on iPhone OS as well. |
|
May 29 |
revised |
Retrieving a post with a specific ID deleted 53 characters in body |
|
May 29 |
comment |
Retrieving a post with a specific ID @Kevin it makes library implementation slightly simpler. Specific example: retrieve the comments to a particular post. Instead of having to know that the post is a Q or an A, I could just request /posts/{id}/comments and be done with it. (which I realize now isn't immediately obvious in my question. i'll update it) |
|
May 29 |
asked | Retrieving a post with a specific ID |
|
May 29 |
revised |
StackKit: an API framework for Cocoa added 8 characters in body |
|
May 29 |
answered | Do tags have “Id” field? |
|
May 28 |
awarded | Supporter |
|
May 28 |
revised |
StackKit: an API framework for Cocoa edited body |
|
May 28 |
awarded | Editor |
|
May 28 |
awarded | Student |
|
May 28 |
revised |
List of API client libraries grouped by programming language added 70 characters in body |
|
May 28 |
asked | StackKit: an API framework for Cocoa |