mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2025-12-08 14:54:28 +00:00
django documentaiton updates
This commit is contained in:
@@ -41,7 +41,7 @@ This is where we decide which aspects of the real world <em>we will ignore</em>
|
||||
|
||||
<p>We only need <strong>implementation-level</strong> diagrams for tiny, tricky issues. Python is very clear so serves as its own implementation specification. However Django does need some explanation even to a competent python programmer if they have not used it before.
|
||||
|
||||
<p>For a fundamental background to system specification the classic work of <a href="http://www.syntropy.co.uk/syntropy/designing-object-systems.pdf">Cook and Daniels</a> (online PDF, 400 pages) cannot easily be improved upon (start reading at page 10, second paragraph).
|
||||
<p>For a fundamental background to system specification the classic work of <a href="/expofiles/documents/designing-object-systems.pdf">Cook and Daniels</a> (online PDF, 400 pages) cannot easily be improved upon (start reading at page 10, second paragraph).
|
||||
|
||||
|
||||
<h3>Class Diagrams</h3>
|
||||
@@ -103,7 +103,7 @@ You can edit your own version to revise this when it becomes outdated. <br>This
|
||||
|
||||
</code></pre>
|
||||
<h3 id="cookanddaniels">Cook & Daniels - Three Levels</h3>
|
||||
<p>From <a href="http://www.syntropy.co.uk/syntropy/designing-object-systems.pdf">Cook and Daniels</a> (online PDF, 400 pages, pp10-11):
|
||||
<p>From <a href="/expofiles/documents/designing-object-systems.pdf">Cook and Daniels</a> (online PDF, 400 pages, pp10-11):
|
||||
<div style="text-align: left; font-size: smaller; margin-left: 7%; margin-right:15%">
|
||||
<p>
|
||||
"In this book we present three kinds of object-oriented model. The first kind, which
|
||||
|
||||
Reference in New Issue
Block a user