❓How do I keep AI from using older if optional binding in #Swift?
đź’ˇ- **Prefer** shorthand optional binding: `if let translationSession {` over renaming during unwrap like `if let session = translationSession {`. Keep the original variable name.
👉Add this to your AI guidance docs.
about 1 month ago