Jan 2 2017
Programming Tutorials Analogy
This image captures my experience with a lot of tutorials: they don’t tell you *how* to get from A to B, and if you don’t already have a good idea of what you’re trying to achieve (because you can program and just need to learn a new language/IDE/framework) chances are you’ll fail to learn unless […]
Jan 3 2017
Limited Stack
(Xcode 8.0, OSX 10.11) For the app I am currently working on, I wanted to implement the following: – user can import a picture – user can change their mind and undo their choice, up to a point – I don’t need to store a million images in my app And there are many ways […]
By Extelligent Cocoa • Extensions, Wiki • • Tags: collections, default values, generics, stack