Remix.run Logo
bubblebeard 5 days ago

Very good article, right on point!

I do wonder about why the author left out testing, documentation and qa tool design though. To my mind, writing a proper phpcs or whatever to ensure everyone on the team writes code in a consistent way is crucial. Without documentation we end up forgetting why we did certain things. And without tests refactors are a nightmare.

dondraper36 5 days ago | parent [-]

Especially given that generating documentation and tests (of course, with manual revision) is so much faster with, say, Claude Code.