top | item 46991830

(no title)

9999gold | 18 days ago

> I can't imaging writing code by myself again, specially documentation, tests and most scaffolding

Shouldn’t we bother to write these things?

discuss

order

post-it|18 days ago

Documentation, maybe. Tests and scaffolding, no way. 99% of my time writing tests is figuring out how to make this particular React component testable. It's a waste of time. It's very easy to verify that a test is correct, making them the ideal thing to use AI for.

twoodfin|18 days ago

Other than documentation (where I agree!), those are for communicating desired actions (primarily) to a machine.

A blog post is for communicating (primarily, these days) to humans.

They’re not the same audience (yet).