Tag: testing

  • Let’s Walk Through The Apple TestFlight Experience

    Let’s Walk Through The Apple TestFlight Experience

    If you needed a free way to distribute and test your app in the past, testflightapp.com was the place. Is the new TestFlight still the place? While there are other great alternatives, like Hockey App, it isn’t a perfect solution for those who can’t add a recurring expense to their development cycle. That’s just not…

  • How To Start Unit Testing in Swift

    How To Start Unit Testing in Swift

    Last week I wrote about code quality and one area I covered was unit testing. Unit testing is the process of validating that pieces of your code operate as you expect. As you can imagine, this is a very useful aid in software development. If you’re only using your eyes to determine if your app…

  • 9 Effective Tips For Improving Code Quality

    9 Effective Tips For Improving Code Quality

    [alert color=”yellow”]I’m starting this year off with open ears. Please take some time to provide feedback via this short survey. It’ll help me help you.[/alert] When you build a product you inherit a set of expectations. Your team, investors, and, most of all, customers expect it to work well. Also, they expect regular updates that…