logoalt Hacker News

simianwordstoday at 5:56 PM2 repliesview on HN

People are not emotionally ready to accept that certain layers of abstraction don’t need as much care and effort if they can be automated.

We are at the point where a single class can be dirty but the API of the classes should be clean. There’s no point reviewing the internals of a class anymore. I’m more or less sure that they would work as intended.

Next step is that of a micro service itself. The api of that micro service should be clean but internals may be however. We are 10% here.


Replies

yobbotoday at 8:04 PM

"The only reason people disagree with me is because they are emotionally deficient."

show 1 reply
dcchamberstoday at 6:00 PM

Does performance not matter?

What if your AI uses an O(n) algorithm in a function when an O(log n) implementation exists? The output would still be "correct"

show 4 replies