Browse Source

Wrote intro on architecture

Samuel W. Flint 8 years ago
parent
commit
4fb538aa0b
1 changed files with 2 additions and 0 deletions
  1. 2 0
      meeting-minds.org

+ 2 - 0
meeting-minds.org

@@ -80,6 +80,8 @@ To accomplish this task, I've decided to build using the following tools and sui
 :CREATED:  <2016-04-02 Sat 21:25>
 :END:
 
+To accurately emulate Slack, this system must be fairly complex.  This can be accomplished by designing the system as it is built, or by laying the ground work first, developing a plan and specifying the design.  In the first, which has become popular, while the system can be built quickly, it is often an error-prone and bug ridden process.  The second, my choice, can take a bit more time, but because things are thought out before hand, can produce a better, less buggy final product.  The goal of this is to define both the architecture of the system, and the protocols upon which it runs.
+
 ** WORKING Protocol Design [0/4]
 :PROPERTIES:
 :CREATED:  <2016-04-02 Sat 21:27>