Remix.run Logo
vkou 4 hours ago

> 1. Use println

Printf debugging is a usability and productivity disaster compared to an actual debugger.

speedgoose an hour ago | parent [-]

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.