Description
Unimplemented functions in Swift code can cause confusion for users who may think the function is available to use. This can lead to runtime errors and unexpected behavior. To prevent this issue, it's recommended to mark any unimplemented functions as unavailable using the @available attribute. This communicates to users that …
Occurrences
There are 11 occurrences of this issue in the repository.
See all occurrences on DeepSource → app.deepsource.com/gh/VerisimilitudeX/nerfs/issue/SW-W1014/occurrences/
Description
Unimplemented functions in Swift code can cause confusion for users who may think the function is available to use. This can lead to runtime errors and unexpected behavior. To prevent this issue, it's recommended to mark any unimplemented functions as unavailable using the
@availableattribute. This communicates to users that …Occurrences
There are 11 occurrences of this issue in the repository.
See all occurrences on DeepSource → app.deepsource.com/gh/VerisimilitudeX/nerfs/issue/SW-W1014/occurrences/