DEV Community

Cover image for What Is An Interface?

What Is An Interface?

Milecia on December 20, 2018

If you plan on doing any back-end development, it's going to be important you know about interfaces. At first they seem kind of weird, but once you...
Collapse
 
fpuffer profile image
Frank Puffer

Nice explanation, but why do you start with:

If you plan on doing any back-end development

Don't you think that Interfaces can be useful in all domains of software engineering?

Collapse
 
stevetwitte profile image
Stephen Taylor Witte

I use interfaces every day in TypeScript with Angular. :-)

Collapse
 
flippedcoding profile image
Milecia

That's true. I had just come out of a back-end project and it was kind of burned into my brain. 😂

Collapse
 
larsklopstra profile image
Lars Klopstra ⚡

I like to call it a contract :D