HN user

throwaway7644

2 karma
Posts0
Comments5
View on HN
No posts found.

You're forcing business to produce something valuable in real terms instead of nominal terms and you're making that calculation easier to do for economic actors because the measuring stick is now controlled by an algorithm as opposed to charlatans.

Having less of that garbage fiat short-termism is a good thing for society.

What you are describing is a false dilemma, believe it or not, it is possible to have both performance, maintainability and correctness.

To have performance, you have to understand the data you are working with and how it can transformed efficiently by your hardware. To have maintainability you have to create good abstraction around how you transform your data. To have correctness you have to implement and composite those data transformation in a meaningful way.

All of those things are orthogonal.