Learnings from a No-Code Lib: Keep the Spec Driven Development Triangle in Syncdbreunig.com 4 pointsdbreunig6 months ago3 commentsSaveHideCopy link On HNComments−steilpass6moI 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−amykhar6moThis 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?−dbreunigOP6moNo reason it can't. I know people currently generating specs from existing code; just gotta write the pipeline.
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.