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.
Generating Trees Images, Part 3. From Fractal to a Real Tree

Generating Trees Images, Part 3. From Fractal to a Real Tree

7
Comments 2
10 min read
Reference to OOP PHP

Reference to OOP PHP

9
Comments 2
5 min read
Generating Trees Images, Part 2. Geometry, Graphics and DOM

Generating Trees Images, Part 2. Geometry, Graphics and DOM

4
Comments 4
8 min read
Generating Trees Images on Canvas Using L-Systems, TypeScript and OOP

Generating Trees Images on Canvas Using L-Systems, TypeScript and OOP

23
Comments 2
10 min read
Code Smell 69 - Big Bang (JavaScript Ridiculous Castings)

Code Smell 69 - Big Bang (JavaScript Ridiculous Castings)

4
Comments
2 min read
16 - Decorator

16 - Decorator

4
Comments
7 min read
Orientação a objetos de outra forma: ABC

Orientação a objetos de outra forma: ABC

7
Comments
4 min read
Define sinstructor

Define sinstructor

7
Comments
1 min read
Code Smell 68 - Getters

Code Smell 68 - Getters

3
Comments 2
2 min read
call(), apply() & bind() in JavaScript

call(), apply() & bind() in JavaScript

7
Comments
1 min read
SOLID: Liskov Substitution Principle

SOLID: Liskov Substitution Principle

39
Comments 9
7 min read
CREATIONAL PATTERN - Factory pattern

CREATIONAL PATTERN - Factory pattern

4
Comments
6 min read
TellDontAsk and CQRS - Object Design Guide Summary 2

TellDontAsk and CQRS - Object Design Guide Summary 2

32
Comments
7 min read
C# Classes, Objects, and Class Members Explained by Dan Harmon's "Community" | Dear Coder

C# Classes, Objects, and Class Members Explained by Dan Harmon's "Community" | Dear Coder

4
Comments 1
3 min read
SOLID: Principio de Sustitución de Liskov

SOLID: Principio de Sustitución de Liskov

11
Comments
8 min read
15 - Proxy

15 - Proxy

2
Comments
6 min read
C# Object-Oriented Programming (OOP) Cheat Sheet

C# Object-Oriented Programming (OOP) Cheat Sheet

41
Comments 1
5 min read
Orientação a objetos de outra forma: Herança múltiplas e mixins

Orientação a objetos de outra forma: Herança múltiplas e mixins

10
Comments 2
5 min read
What was the hardest concept for you to grasp when learning Object-Oriented Programming?

What was the hardest concept for you to grasp when learning Object-Oriented Programming?

27
Comments 29
1 min read
Two approaches of sameness in programming: OOP vs FP

Two approaches of sameness in programming: OOP vs FP

5
Comments 2
3 min read
Is "this" really that complicated in JavaScript?

Is "this" really that complicated in JavaScript?

79
Comments 10
7 min read
OOP: Secrets injection with delegates

OOP: Secrets injection with delegates

5
Comments
2 min read
অবজার্ভার ডিজাইন প্যাটার্ন উইথ টাইপস্ক্রিপ্ট

অবজার্ভার ডিজাইন প্যাটার্ন উইথ টাইপস্ক্রিপ্ট

15
Comments
1 min read
Object-Oriented Design Patterns

Object-Oriented Design Patterns

8
Comments
3 min read
Method chaining in javascript

Method chaining in javascript

18
Comments 8
2 min read
Use Immutable Objects

Use Immutable Objects

14
Comments 1
4 min read
Orientação a objetos de outra forma: Herança

Orientação a objetos de outra forma: Herança

12
Comments 2
6 min read
Protect class from disallowing changes to values outside in C#

Protect class from disallowing changes to values outside in C#

6
Comments
1 min read
JavaScript: Why Does `this` Work Like This?

JavaScript: Why Does `this` Work Like This?

6
Comments
3 min read
A Walk Through the Gilded Rose Kata — Pt 5: Open to extension, closed to modification

A Walk Through the Gilded Rose Kata — Pt 5: Open to extension, closed to modification

5
Comments
3 min read
A Walk Through the Gilded Rose Kata — Pt 4: Discovering what GildedRose really is

A Walk Through the Gilded Rose Kata — Pt 4: Discovering what GildedRose really is

5
Comments
4 min read
Code Smell 67 - Middle Man

Code Smell 67 - Middle Man

2
Comments
1 min read
A Walk Through the Gilded Rose Kata — Pt 3: From Faux-O to OO

A Walk Through the Gilded Rose Kata — Pt 3: From Faux-O to OO

7
Comments
6 min read
A Walk Through the Gilded Rose Kata — Pt 2: Duplication is your friend (at first)

A Walk Through the Gilded Rose Kata — Pt 2: Duplication is your friend (at first)

5
Comments
6 min read
A Walk Through the Gilded Rose Kata — Pt 1: Do not break anything

A Walk Through the Gilded Rose Kata — Pt 1: Do not break anything

12
Comments
7 min read
Orientação a objetos de outra forma: Métodos estáticos e de classes

Orientação a objetos de outra forma: Métodos estáticos e de classes

17
Comments
3 min read
SOLID: Open Closed Principle

SOLID: Open Closed Principle

27
Comments
5 min read
I've Recently Learned About GPT3 - This is my Journey

I've Recently Learned About GPT3 - This is my Journey

3
Comments
2 min read
SOLID: Principio de Abierto/Cerrado

SOLID: Principio de Abierto/Cerrado

15
Comments
6 min read
Virtual as a code smell*

Virtual as a code smell*

8
Comments 2
5 min read
Object-oriented Programming in Python 🐍

Object-oriented Programming in Python 🐍

13
Comments
6 min read
Liskov Substitution Principle

Liskov Substitution Principle

9
Comments
1 min read
Javascript Objects and the Practical Use of them...

Javascript Objects and the Practical Use of them...

6
Comments
4 min read
Code Smell 66 - Shotgun Surgery

Code Smell 66 - Shotgun Surgery

4
Comments 5
2 min read
Orientação a objetos de outra forma: Classes e objetos

Orientação a objetos de outra forma: Classes e objetos

23
Comments 6
6 min read
Herencia Prototipal en JavaScript con la ayuda de Shingeki no Kyojin

Herencia Prototipal en JavaScript con la ayuda de Shingeki no Kyojin

7
Comments
10 min read
Beginner's guide to abstract base class in Python

Beginner's guide to abstract base class in Python

28
Comments 7
3 min read
Code Smell 65 - Variables Named After Types

Code Smell 65 - Variables Named After Types

5
Comments 1
1 min read
I created my own SOLID principles

I created my own SOLID principles

9
Comments
3 min read
SOLID: Single Responsibility Principle

SOLID: Single Responsibility Principle

31
Comments 2
5 min read
SOLID: Principio de Responsabilidad Única

SOLID: Principio de Responsabilidad Única

29
Comments
7 min read
It is an argument, not a trojan horse!

It is an argument, not a trojan horse!

14
Comments 1
3 min read
11 - Abstract Factory

11 - Abstract Factory

4
Comments
7 min read
Golang for Object Oriented People

Golang for Object Oriented People

14
Comments
3 min read
Golang OOP primitives

Golang OOP primitives

21
Comments 1
8 min read
Code Smell 64 - Inappropriate Intimacy

Code Smell 64 - Inappropriate Intimacy

7
Comments
1 min read
Inheritance in Java

Inheritance in Java

3
Comments 3
2 min read
Lei de Demeter

Lei de Demeter

8
Comments 1
2 min read
C++ encapsulation, a tale of getters and setters ?

C++ encapsulation, a tale of getters and setters ?

5
Comments 2
3 min read
Code Smell 63 - Feature Envy

Code Smell 63 - Feature Envy

6
Comments 2
2 min read
loading...