jostylr / literate-programming

Creating programs from Markdown code blocks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

web

jostylr opened this issue · comments

so literate programming became known to knuth as a web. I agree.
In particular, when trying to decide where to place code, it often goes in multiple places. For example, in a CRUD, we have form -> server -> db -> page so does one put the code for the db in with the db code or with the particular sequence. It becomes an issue when one is trying to deal with changes on either end. So maybe the solutions is both. Have a graph of relations, one relation being the flow, one being the function, near kin, etc. And so a web of stuff.

Thinking the term pieceful programming might be applicable, to emphasize the pieces and get away from the narrative.