devlog 2019-12-14 initialized

This commit is contained in:
2019-12-14 17:02:48 +01:00
parent d0db3481e1
commit 944ed57fcb

17
devlog/2019-12-14.md Normal file
View File

@@ -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,
Ill likely spend a lot of time hunting down the right API; I just
hope that it even exists.
## Review