Skip to content
This repository has been archived by the owner on Aug 25, 2019. It is now read-only.

Latest commit

 

History

History
23 lines (22 loc) · 720 Bytes

TODO.md

File metadata and controls

23 lines (22 loc) · 720 Bytes
  • Repeat Arlo's exercise
  • Async
  • var pipeline = result.GetInputsAndOutputs();
  • sequencing for implicit dependencies through state
	var a = A();
	var b = B(a); 
	var c = C(a); // is it important that C comes *after* B?
	var d = D(b, c);
  • Exceptions

  • Learn about Apache Beam

  • Join/Apply when one side never provides an input - does the system stall?

  • Convience functions for Tuples on Process & InputPipes

  • extract base class for Joined/Applied/Concatted pipes

  • verify file exists in DotReporter

  • multiple input pipe convience functions

  • Properties

  • Tuple { ... }

  • DotReporter doesn't open

  • progress reporting hooks

  • Automate generating .SVG for docs - https://github.com/timothy-shields/graphviz