Share your repls and programming experiences
I am new to Swift but not programming. I'm good at JS and had to check a lot of things to figure this out, is this a good way to solve this type of problem in Swift?
Are you referring to using the $0 placeholder arguments? I don't mind them, but I prefer using named arguments for larger functions
$0
@theangryepicbanana yes, thanks.
Are you referring to using the
$0
placeholder arguments? I don't mind them, but I prefer using named arguments for larger functions@theangryepicbanana yes, thanks.