Hacker News new | ask | show | jobs
by jackphilson 390 days ago
Why do you agree? I think we should outsource as much as we can to abstraction. We've been doing it forever.
1 comments

"Simple stochastic blob detection" is an abstraction. You write (or import) a function where the the gnarly logic lives and call `detectBlobs()`. "Use an abstraction" doesn't mean you should use the same abstraction for every task, you should use the right tool for the job.