• 1 Post
  • 713 Comments
Joined 2 years ago
cake
Cake day: June 22nd, 2023

help-circle

















  • wewbull@feddit.uktoProgramming@programming.devLiterate Programming
    link
    fedilink
    English
    arrow-up
    5
    arrow-down
    1
    ·
    3 days ago

    I’ve tried this a few times. I don’t think it works.

    Basically the way you want to explain a piece of reasoning , and the order in which things need to be defined for a program, are different. You end up either making the document match the code structures, or the code structure match the document. Both are bad.