1. Use println
2. That's fine, they'll just build some cloud feature
> 1. Use println
Printf debugging is a usability and productivity disaster compared to an actual debugger.
It depends, it can be useful to easily debug some flows. It’s also sometimes better for interactive applications where pausing the execution would break the interface.
A developer should use both.