Skip to content
View angu-software's full-sized avatar
👨‍💻
Senior iOS Engineer | TDD | TCR | CD
👨‍💻
Senior iOS Engineer | TDD | TCR | CD

Block or report angu-software

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. SwiftAsyncAssert Public

    Assert functions to evaluate Swift concurrency async expressions in XCTests.

    Swift 9

  2. TCR-Workflow Public

    TCR: Test Commit || Revert; Software development workflow for devs who love to challenge there own coding skills.

    Shell 4

  3. swift-simple-snapshot-testing Public

    Snapshot and tests your views

    Swift

  4. basic-multiplication Public

    A small app to learn basic multiplication up to 100

    Swift 2

  5. SuspendableSink
    1
    import Combine
    2
    
                  
    3
    protocol Suspendable {
    4
    
                  
    5
        var isSuspended: Bool { get }
  6. cpd_to_xcode_formatter Public

    Format cpd csv format to Xcode format

    Swift