Better Print Statements for Debugging
Print Statements Can Be Better
A couple of useful built in Swift print statements to improve debugging.
A couple of useful built in Swift print statements to improve debugging.
Anyone that writes code with no errors need not continue reading!
For the rest of us there is LLDB (Low Level Debugger) and the Swift REPL (Read-Eval-Print-Loop) to make finding and fixing our code almost fun, well almost. The Swift … Read the rest