Hacker News new | ask | show | jobs
by nemith 2518 days ago
Contract is just the feature is defines the abilities of the genericized types.

A contract in Go enables generic programming or as other state it "generics".

In C++20 there is concepts which is very similar. https://en.wikipedia.org/wiki/Concepts_(C%2B%2B) in constraining the generic type before template expansion.

1 comments

Contracts in programming language have a very precise meaning.

https://en.wikipedia.org/wiki/Design_by_contract