Hacker News new | ask | show | jobs
by auggierose 22 days ago
Which is still a case of the spec being simpler than the implementation (you are after) ;-)

Very often, the spec is indeed just a very simple implementation. Often you can make the spec especially simple if there are no constraints on the resources it can use, at times even infinite ones.

1 comments

Right. Databases can be modeled as linear search over huge arrays, for example.