79583664

Date: 2025-04-20 19:10:02
Score: 0.5
Natty:
Report link

Swift 5

let myString = "12"
let myInt = Int(myString)!

Ensure, that myString is really an integer though, because this conversion is not handled at all!

Reasons:
  • Low length (1):
  • Has code block (-0.5):
Posted by: AntonSack