79636575

Date: 2025-05-24 08:48:09
Score: 0.5
Natty:
Report link

2025 Swift 6.2

You can also use String(describing: )

For instance:

This:

Self.logger.debug("*** Chat Message Sent ***\n\n\(chatMessage)\n")`

Becomes this:

Self.logger.debug("*** Chat Message Sent ***\n\n\(String(describing: chatMessage))\n")
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Christopher