DEV Community

Object Oriented Programming

"...because thinking inside the box is okay, as long as it's a black box."

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
On type safety without generics, and the role of package design

On type safety without generics, and the role of package design

11
Comments 2
8 min read
Vue Composition API reactivity out-of-the-box

Vue Composition API reactivity out-of-the-box

5
Comments
3 min read
SOLID: O "S" de SRP.

SOLID: O "S" de SRP.

5
Comments
2 min read
Encapsulation, as applied to an RPG

Encapsulation, as applied to an RPG

4
Comments
1 min read
Dependency.

Dependency.

6
Comments
6 min read
Technical Interview in Java with 1 week to Prepare and No Experience

Technical Interview in Java with 1 week to Prepare and No Experience

8
Comments
3 min read
Compile-time polymorphism !!

Compile-time polymorphism !!

15
Comments 5
2 min read
How to create good names, good functions, good objects, and good classes?

How to create good names, good functions, good objects, and good classes?

5
Comments
5 min read
What inverts in the dependency inversion principle?

What inverts in the dependency inversion principle?

4
Comments 2
3 min read
How do you choose between an interface and abstract class?

How do you choose between an interface and abstract class?

23
Comments 17
3 min read
HateItOrLoveIt: Traits?

HateItOrLoveIt: Traits?

6
Comments
2 min read
Why composition is superior to inheritance as a way of sharing code

Why composition is superior to inheritance as a way of sharing code

33
Comments 20
5 min read
A matter of class: examining the class construct in JavaScript

A matter of class: examining the class construct in JavaScript

8
Comments 1
4 min read
Object Oriented Functional Programming or How Can You Use Classes as Redux Reducers

Object Oriented Functional Programming or How Can You Use Classes as Redux Reducers

6
Comments
9 min read
ADTs in OOP - FTW or WTF?

ADTs in OOP - FTW or WTF?

8
Comments
5 min read
Understanding the ref keyword in C#

Understanding the ref keyword in C#

6
Comments
1 min read
Understanding Encapsulation

Understanding Encapsulation

6
Comments
1 min read
Java is Unsound: The Industry Perspective

Java is Unsound: The Industry Perspective

9
Comments 26
9 min read
Things that You Don't Know About the JavaScript’s Object Constructor

Things that You Don't Know About the JavaScript’s Object Constructor

15
Comments
7 min read
Using a JavaScript Proxy Object to Control Object Operations

Using a JavaScript Proxy Object to Control Object Operations

11
Comments
7 min read
Tips for Working with JavaScript Numbers

Tips for Working with JavaScript Numbers

9
Comments
6 min read
Useful New Features in ES2016 and 2017 That You May Have Missed

Useful New Features in ES2016 and 2017 That You May Have Missed

17
Comments
7 min read
Introducing the JavaScript Destructuring Assignment Syntax

Introducing the JavaScript Destructuring Assignment Syntax

23
Comments
8 min read
Avoid anemic domain models by empowering your objects

Avoid anemic domain models by empowering your objects

4
Comments 9
7 min read
The dichotomy of writing and reading object-oriented code

The dichotomy of writing and reading object-oriented code

5
Comments 7
3 min read
loading...