Phillippe Santana
PhillCode

PhillCode

Follow
homebadges
Tag

Object Oriented Programming

#object-oriented-programming

More content

Read more stories on Hashnode


Articles with this tag

Mastering OOP with TypeScript: An In-Depth Look at Encapsulation

Jan 27, 20235 min read

Object-Oriented Programming (OOP) is a popular paradigm that's been widely used for decades. It is a powerful tool that allows us developers to model...

Mastering OOP with TypeScript: An In-Depth Look at Encapsulation

How to achieve data consistency with TypeScript

Mar 3, 20226 min read

One of the basics of the Object-Oriented programming is Encapsulation, which aims to never let our domain models enter an invalid state. Think about...

How to achieve data consistency with TypeScript