Think about how the system will use your data, and design your objects so that their data is optimized for highest performance. Then code your OOP design in whichever language is best for the task.
I created a svn repository on google’s code hosting for all of my misc. open source efforts that do not justify individual projects themselves (as, for example, HexEdit does). I have several items ready to share yet still need to do a bit of cleanup, indicate the license, etc. before posting. The repository will be [...]
It’s often the case that the apps I am working on are required to download quite a couple, or even a few dozen, images and display them in a UIImageView. In looking online I found a few different methods of loading image data for a UIImageView in the background, and a few examples of caching [...]
Handles have a bad rap, but they provide a lot of benefits, esp. on limited resource devices like phones and mobile game platforms.
Here is a fix to allow Apple’s TableViewCellSubviews sample code to run after being built.

