1 min readFeb 28, 2018
Why would people have class that doesn’t have any concrete methods anyway? Even abstract class at least should have one concrete method.
Using class for contracts is wrong, not only in TypeScript, but all other OO language too.