Bruno Virlet

@Bvirlet
6 Followers
63 Following
49 Posts
“Can you add exponential backoff?”  The worst is how ChatGPT "explains" its code as if it was right.

ChatGPT seems to have some difficulty with recursion :D

Can you implement this function in Swift: func retry(_ action: () async -> Void, onErrorsMatching isRetryableError: (Error) -> Bool)