Tag: Workflow
All the articles with the tag "Workflow".
-
How hard would it be to adjust your iOS app in real-time?
Iterating over design that needs to be reflected in code can be tedious and time-consuming. Typically the designer works in graphics editing software and...
-
Meta-programming in Swift
Swift has very limited runtime support and no meta-programming features. I created a new tool that changes that, it's called Sourcery
-
Writing Xcode plugin in Swift
I've found myself using Xcode a lot more than I did in Objective-C. One of things I’ve missed a lot from my AppCode setup, is the ability to jump to...
-
Playgrounds for Objective C
Playgrounds are one of the niftiest features of Swift. They allow you to quickly test out bits of code and see results in real time without going through...
-
How do I work?
I’ve been programming for 20 years now, doing commercial work for the last 8. Over the years I’ve been exposed to different ideas and experiences that have...
-
Writing less code
What are some of my favorite techniques for cleaner and more readable code? Over the years I’ve become very pedantic when it comes to code quality.