|
|
|
|
|
by j-pb
370 days ago
|
|
This. We finally have a tool that can learn from all the libraries and abstractions that have to fit everybody's needs (and do so badly because there is no free lunch), and extract just the parts that are actually relevant to our problem and domain. This allows you to not only produce a much smaller attack surface, but also allows for domain specific optimisations and shortcuts. It's kinda like project specific semantic monomorphization. |
|
> If there is a battle tested, well known package that can help us, then recommend it BEFORE implementing large swaths of custom code.