25
Iteration in Literate Programming
(gracefulliberty.com)
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Follow the wormhole through a path of communities !webdev@programming.dev
The way I've used it is more that the text gives an explanation and a structure regardless of what the framework requires. It's not the exact algorithm per se but it could if it'd ver very complex for some reason. It ends up reading like a book with code snippets in it which turns out to run the application.
I also generally edited the code directly and indirectly and then detangled or tangled such that the files were in sync.