From e88606ec1901b94634747537c829333ba7002f5e Mon Sep 17 00:00:00 2001 From: alex Date: Sat, 21 Feb 2026 13:32:08 +0100 Subject: Move cliff's notes to blog website --- cliffs_notes/mythical-man-month.md | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 cliffs_notes/mythical-man-month.md (limited to 'cliffs_notes/mythical-man-month.md') diff --git a/cliffs_notes/mythical-man-month.md b/cliffs_notes/mythical-man-month.md deleted file mode 100644 index bf95c618..00000000 --- a/cliffs_notes/mythical-man-month.md +++ /dev/null @@ -1,16 +0,0 @@ -# The mythical man-month - -## Chapter 1: the tar pit - -* "Program": complete in itself, ready to be run by the author on the system on which it was developed. - What we initially develop and delivers some value is normally a program. -* "Programming product": can be run by anybody, in any operating environment, for many sets of data. - A programming product is thoroughly tested. - A programming product is thoroughly documented. - A programming product costs three times the cost of the program. -* "Component in a programming system": works as a part of a larger product. - A component in a programming system follows a well-defined interface. - A component in a programming system is tested in integration. - A component in a programming system costs three times the cost of a program. -* "A programming systems product" is a programming product and a component in a programming system. - A programming systems product costs nine times the cost of a program. -- cgit v1.2.3