Tag: Workflow
All the articles with the tag "Workflow".
-
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.
-
iOS App Architecture, Part 1: Setting up
This will be subjective look at creating iOS app, first part will focus on basics like project setup, folder structure, version control and some quality...
-
iOS tips
Easy to apply tips that can improve your development workflow. I believe you should use best tool for the job, and there are lots of tools that are perfect...
-
Stop writing data parsing code in your apps
Data parsing is one of most common tasks we need to do in our apps, yet still majority of people do this parsing by hand, always repeating the same code for...
-
Crafter - setup your cocoa projects with ease
How do you setup your Cocoa projects? Do you always set same warnings, clone configurations and do bunch of other stuff?