Skip to content
michaelcurrin edited this page Jun 7, 2020 · 3 revisions

Implementation

  • A Python script which accepts to stdin and writes out to stdout
    • Input and output file can be added later or handled with pipes
  • Tests - from spec
  • Sample and summary of scenarios
  • Have functions and maybe a class to or function to bind them together. There is a decision tree of nesting/reusing of logic and each piece can work on its own in a test
  • Installable.
  • Maybe a bash wrapper on the text handling PY script.
Clone this wiki locally