Hacker News new | ask | show | jobs
Learnings from a No-Code Lib: Keep the Spec Driven Development Triangle in Sync (dbreunig.com)
4 points by dbreunig 102 days ago
2 comments

I encourage everyone interested in software development to read it.

Drew has also posted a great recording: https://www.youtube.com/watch?v=8TXAlOFkmk0 and an open source tool https://github.com/dbreunig/plumb

This is interesting. It seems like it may only be applicable to brand new projects though. Could you envision it working for large, existing applications that wouldn't have specs for the existing code?
No reason it can't. I know people currently generating specs from existing code; just gotta write the pipeline.