diff --git a/devlog/2019-12-14.md b/devlog/2019-12-14.md new file mode 100644 index 0000000..112e3a5 --- /dev/null +++ b/devlog/2019-12-14.md @@ -0,0 +1,17 @@ +# 2019-12-14 + +Timebox: 2 Hours + +## Goals + +I want to have a good abstraction for Carp inside the `OSProcess` +working. I want to be able to push input into the process and read +it out again, know the status of the process, etc. + +## Potential Roadblocks + +Because documentation on `OSProcess` is basically non-existant, +I’ll likely spend a lot of time hunting down the right API; I just +hope that it even exists. + +## Review