Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 1.81 KB

README.md

File metadata and controls

25 lines (22 loc) · 1.81 KB

DesignBites

Demonstration docs for design. Current focus on project structure.
Find associated code in DesignStructure

Here are the current Design Bites:

  • Design Track Summary
    What?, Why?, So What?, Why Not?
  • Introduction
    Concept development, Architecture, TextFinder Specification, Implementation
  • Design and Documentation
    Initial thoughts about design: concept, design, design evolution, design document, building a design, presenting designs
  • Structure
    Why does TextFinder require a flow architecture?
  • Basic
    Monolithic structure with demo code implementing file line counting.
  • Factored
    Executive, Input, Compute, Output.
  • DataFlow
    Components arranged in data pipeline provides continuous output.
  • TypeErase
    Use of interfaces and object factories decouple components.
  • PlugIn
    Output component is plugged into Compute at run-time.