Updated Arch activate (markdown)

Neil Dorin
2020-02-14 10:27:23 -07:00
parent 96eef04774
commit 75079a6039

@@ -110,4 +110,4 @@ Robust C#-based system code should not depend on "order" or "time" to get runnin
When designing new Device-based classes, be it rooms, devices, port controllers, bridges, make them as independent as possible. They could exist alone in a program with no required partner objects, and just quietly exist without failing. We want the system to be fast and flexible, and keeping the interdependence between objects at a minimum improves this flexibility into the future.
Next: [More architecture](Arch-topics.md)
Next: [More architecture](Arch-topics)