79084622

Date: 2024-10-14 03:34:25
Score: 0.5
Natty:
Report link

Further question 1: in guard let self = self else { return }, first self and second self are same, why it can be compiled successfully? Because normal let self = self will be compiled with errors.

Further question 2: Even I found guard let self else { return } in some projects, why it can be compiled successfully?

Reasons:
  • Has code block (-0.5):
  • Ends in question mark (2):
  • High reputation (-1):
Posted by: Smeegol