|
|
|
|
|
by cadamsdotcom
371 days ago
|
|
Guardrails were always crucial; now? Yep, still crucial. Code review, linting, a good test suite, and did I mention code review? With guardrails you can let agents run wild in a PR and only merge when things are up to scratch. To enforce good guardrails, configure your repos so merging triggers a deploy. “Merging is deploying” discourages rushed merges while decreasing the time from writing code to seeing it deployed. Win win! |
|