Month: May 2016

  • On the Naming of Functions

    A thoughtful coder once said that “it’s more important to have well organized code than any code at all.” Actually several leading coders have said this. So I’ll append my name to the end of that long linked list. I’m trying to develop my own system for naming functions such that it’s relatively obvious what…

  • Code Markup in Xcode

    I’m working on  a fairly large Swift project. Actually no, that’s not quite true. I’m working on  a Swift project with a ViewController file that is getting disorganized and out of control. If this keeps up I might have a large project on my hands but right now it’s just a single file that is…