Skip to content
This repository was archived by the owner on Nov 13, 2022. It is now read-only.

Commit 941ec96

Browse files
committed
hide post and put warning
1 parent dbc72ab commit 941ec96

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

_posts/2020-11-02-codespaces.md

+3
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ permalink: /codespaces
1818
<source type="video/mp4; codecs=avc1.4D401E,mp4a.40.2" src="https://github.githubassets.com/images/modules/site/codespaces/hero.h264.mp4">
1919
</video>
2020

21+
22+
## DRAFT: This Blog Post Is A Draft. Please Do Not Publicize
23+
2124
## Introduction
2225

2326
> Literate programming is a programming paradigm introduced by Donald Knuth in which a computer program is given an explanation of its logic in a natural language, such as English, interspersed with snippets of macros and traditional source code, from which compilable source code can be generated. According to Knuth, literate programming provides higher-quality programs by forcing programmers to explicitly state the thoughts behind the program. This process makes poorly thought-out design decisions more obvious. Knuth also claims that literate programming provides a first-rate documentation system, which is not an add-on, but is grown naturally in the process of exposition of one's thoughts during a program's creation. [^1]

0 commit comments

Comments
 (0)