about summary refs log tree commit diff stats
path: root/src/lundump.h
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-11-28 14:57:49 -0800
committerKartik K. Agaram <vc@akkartik.com>2021-11-28 15:03:10 -0800
commit908b2634c6daab8a0d91127044aca1f2daef05bb (patch)
tree8ef72e4830473651470478df9666a591d149b225 /src/lundump.h
parentaed8da775039ed4007eb88a94e27dc58174cc7d0 (diff)
downloadteliva-908b2634c6daab8a0d91127044aca1f2daef05bb.tar.gz
split a lumpy abstraction into two cleaner ones
I'm mindful of the way abstractions can create duplicate effort:
  https://flak.tedunangst.com/post/browser-ktrace-browsing

== Kartik's SAD theorem
As programs grow complex, you will be repeatedly forced to either:
  - maintain some State,
  - perform some computations Again,
  - or Duplicate some code.

Here a small amount of duplication seems like the best alternative.
Particularly since no syscalls are involved.
Diffstat (limited to 'src/lundump.h')
0 files changed, 0 insertions, 0 deletions