new illustration

This commit is contained in:
Philip Sargent 2024-03-05 16:57:21 +00:00
parent e1eb0ad413
commit 7051fc8273
2 changed files with 13 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

View File

@ -7,6 +7,7 @@
</head> </head>
<body> <body>
<style>body { background: #fff url(/images/style/bg-system.png) repeat-x 0 0 }</style> <style>body { background: #fff url(/images/style/bg-system.png) repeat-x 0 0 }</style>
<style>figure {font-weight: bold; font-size: small; font-family: sans-serif;font-variant-caps: small-caps;}</style>
<h2 id="tophead">CUCC Expedition Handbook</h2> <h2 id="tophead">CUCC Expedition Handbook</h2>
<h1>Troggle in 2025-2030</h1> <h1>Troggle in 2025-2030</h1>
@ -24,6 +25,18 @@ there is such a lot going on we would create a large volume of software even if
<h3>[ Update March 2024 ]</h3> <h3>[ Update March 2024 ]</h3>
"Legacy displacement" is now a fairly mature part of software engineering, though most computer science graduates won't have heard of it. There are standard ways of partially and incrementally retiring old systems and replacing them, while maintaining a live service to users throughout. See <a href="https://martinfowler.com/articles/patterns-legacy-displacement/">Legacy Displacement</a>. "Legacy displacement" is now a fairly mature part of software engineering, though most computer science graduates won't have heard of it. There are standard ways of partially and incrementally retiring old systems and replacing them, while maintaining a live service to users throughout. See <a href="https://martinfowler.com/articles/patterns-legacy-displacement/">Legacy Displacement</a>.
<div class="onright">
<figure >
<a href="https://martinfowler.com/articles/patterns-legacy-displacement/">
<img width=350 src="legacy-replace.jpg"></a>
<br><figcaption>Legacy Replacement underway</figcaption>
</figure>
</div>
</a>
<h3>Option 2</h2> <h3>Option 2</h2>
<p> <p>
We keep the same architecture as now, and incrementally replace modules that use django/SQL with direct object storage of collections using pickle(), shelve() and json(). We keep the same architecture as now, and incrementally replace modules that use django/SQL with direct object storage of collections using pickle(), shelve() and json().