public TDD • 1 min read TDD: Test Driven Development Lifecycle The TDD lifecycle consists of creating a unit test that will fail, writing app code to make the unit tests pass, refactoring, and repeating the previous three steps.…
public Xcode • 2 min read Xcode: Add Unit Test Target to an existing project We use a template to add a Unit Test Bundle to an existing Xcode project.…
public Xcode • 2 min read Xcode: Run Tests To run the project, in the menu bar we click on Product > Test or ⌘U.…
public Xcode • 1 min read Xcode: Run a Project To run the project, in the menu bar we click on Product > Run or ⌘R.…
public Xcode • 7 min read Xcode: Create a New SwiftUI Project We tell the Xcode wizard that we want to create an App for the iOS Operating System.…
public Agile • 2 min read Discovery Tree: Visualize the Work in Progress Discovery Tree is a visual way to communicate work in progress to our team and managers.…