DEV Community

Lloyd Smith
Lloyd Smith

Posted on

vibe coding vs pair programming?

❯ i disagree with:

Design
Storage: new CimdDocumentCache table (not columns on McpClient)
A new model in oauth/models.py, one row per presented client_id URL:


why can't we just add the expires, ttl, etc, values on the CMID doc itself? we're just replacing it if it's expired / can't be used (in one place).

you can push back on this -- i'm trying to minimize complexity.

You're right, and I'll concede most of it — my three reasons for the separate table mostly dissolve under scrutiny. Let me be explicit about what holds and what doesn't:

Top comments (0)