blob: bc476221b23c17eba2a6264bdfe35749252c223e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
%%
%% Encoding: UTF-8
%%
@InCollection{Hoare1973,
author = {Charles Antony Richard Hoare},
title = {Hints on programming language design},
editor = {C. Bunyan},
booktitle = {Computer Systems Reliability},
series = {State of the Art Report},
number = {20},
pages = {193--216},
date = {1973},
url={http://flint.cs.yale.edu/cs428/doc/HintsPL.pdf},
urldate={2018-09-06},
comment = {\blockcquote[195]{Hoare1973}{Documentation must be regarded as an integral part of the process of design and coding.
A good programming language will encourage and assist the programmer to write clear,
self-documenting code,
and even perhaps to develop
and display a pleasant style
of writing.}}
}
|