the reasoning behind it is that I realized the "console" device is just superfluous: it is a write-only thing, and conventionally we use printf anyways (or logs). so, keeping the dependency on a console device around is just adding complexity for no good reason.
the reasoning behind it is that I realized the "console" device is just superfluous: it is a write-only thing, and conventionally we use printf anyways (or logs). so, keeping the dependency on a console device around is just adding complexity for no good reason.
if you disagree, please say so.