DEV Community

loading...

Object Oriented Programming

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

👋 Sign in for the ability sort posts by top and latest.
Protect class from disallowing changes to values outside in C#

Protect class from disallowing changes to values outside in C#

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

JavaScript: Why Does `this` Work Like This?

Reactions 5 Comments
3 min read
Code Smell 67 - Middle Man

Code Smell 67 - Middle Man

Reactions 2 Comments
1 min read
Running java programs from the terminal

Running java programs from the terminal

Reactions 5 Comments
1 min read
Object-oriented Programming in Python �??

Object-oriented Programming in Python �??

Reactions 7 Comments
6 min read
ActiveRecord - Value Objects with serialize

ActiveRecord - Value Objects with serialize

Reactions 8 Comments
4 min read
Lei de Demeter

Lei de Demeter

Reactions 3 Comments 1
2 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

Reactions 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

Reactions 5 Comments
4 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

Reactions 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)

Reactions 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

Reactions 7 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

Reactions 10 Comments
3 min read
SOLID: Principio de Abierto/Cerrado

SOLID: Principio de Abierto/Cerrado

Reactions 7 Comments
6 min read
Javascript Objects and the Practical Use of them...

Javascript Objects and the Practical Use of them...

Reactions 5 Comments
4 min read
Herencia Prototipal en JavaScript con la ayuda de Shingeki no Kyojin

Herencia Prototipal en JavaScript con la ayuda de Shingeki no Kyojin

Reactions 4 Comments
10 min read
C++ encapsulation, a tale of getters and setters ?

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

Reactions 5 Comments 2
3 min read
Code Smell 65 - Variables Named After Types

Code Smell 65 - Variables Named After Types

Reactions 5 Comments 1
1 min read
Golang for Object Oriented People

Golang for Object Oriented People

Reactions 11 Comments
3 min read
Virtual as a code smell*

Virtual as a code smell*

Reactions 7 Comments 1
5 min read
It is an argument, not a trojan horse!

It is an argument, not a trojan horse!

Reactions 7 Comments
3 min read
SOLID: Open Closed Principle

SOLID: Open Closed Principle

Reactions 17 Comments
5 min read
Code Smell 64 - Inappropriate Intimacy

Code Smell 64 - Inappropriate Intimacy

Reactions 4 Comments
1 min read
Liskov Substitution Principle

Liskov Substitution Principle

Reactions 6 Comments
1 min read
Code Smell 66 - Shotgun Surgery

Code Smell 66 - Shotgun Surgery

Reactions 3 Comments 5
1 min read
Orientação a objetos de outra forma: Classes e objetos

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

Reactions 8 Comments 6
6 min read
Beginner's guide to abstract base class in Python

Beginner's guide to abstract base class in Python

Reactions 13 Comments 5
3 min read
Creating classes in python

Creating classes in python

Reactions 10 Comments
4 min read
Class Variables in Python

Class Variables in Python

Reactions 6 Comments
2 min read
I created my own SOLID principles

I created my own SOLID principles

Reactions 8 Comments
3 min read
SOLID: Single Responsibility Principle

SOLID: Single Responsibility Principle

Reactions 14 Comments 2
5 min read
Namespaces con PHP

Namespaces con PHP

Reactions 5 Comments
3 min read
Golang OOP primitives

Golang OOP primitives

Reactions 10 Comments
7 min read
Inheritance in Java

Inheritance in Java

Reactions 3 Comments 3
2 min read
C++ Copy Constructors

C++ Copy Constructors

Reactions 6 Comments 2
4 min read
Better OOP Through Lazily-Instantiated Memoized Dependencies

Better OOP Through Lazily-Instantiated Memoized Dependencies

Reactions 9 Comments
6 min read
Function Overloading

Function Overloading

Reactions 6 Comments
2 min read
Explain me OOP's concept in simple terms

Explain me OOP's concept in simple terms

Reactions 17 Comments
2 min read
Code Smell 63 - Feature Envy

Code Smell 63 - Feature Envy

Reactions 4 Comments 2
1 min read
Stop Calling them ‘Bugs’

Stop Calling them ‘Bugs’

Reactions 7 Comments 10
2 min read
10 - Factory Method

10 - Factory Method

Reactions 3 Comments
6 min read
Demystifying Object-Oriented Programming(OOP) in PHP

Demystifying Object-Oriented Programming(OOP) in PHP

Reactions 27 Comments 4
5 min read
Strategic - Painless Strategy Pattern in Ruby and Rails

Strategic - Painless Strategy Pattern in Ruby and Rails

Reactions 5 Comments 1
3 min read
True private attributes and methods for modern Perl OOP

True private attributes and methods for modern Perl OOP

Reactions 11 Comments
3 min read
How I mock unit tests in Golang

How I mock unit tests in Golang

Reactions 21 Comments 4
3 min read
JavaScript is weird (and cool) - comparing it with the object-orientated languages: Java and C#

JavaScript is weird (and cool) - comparing it with the object-orientated languages: Java and C#

Reactions 5 Comments
8 min read
Object-Oriented Programming applied to JS (Crash Course Recommendation)

Object-Oriented Programming applied to JS (Crash Course Recommendation)

Reactions 2 Comments 2
1 min read
Encapsulamento da lógica do algoritmo

Encapsulamento da lógica do algoritmo

Reactions 6 Comments
5 min read
How to Learn Perl Object Oriented Programming?

How to Learn Perl Object Oriented Programming?

Reactions 6 Comments
2 min read
Constructors in C++

Constructors in C++

Reactions 11 Comments 5
1 min read
Advertising another approach to Maintainable OOP

Advertising another approach to Maintainable OOP

Reactions 2 Comments
12 min read
8 - Interpreter

8 - Interpreter

Reactions 6 Comments
7 min read
Understanding SOLID Principles: Dependency Inversion

Understanding SOLID Principles: Dependency Inversion

Reactions 9 Comments 1
3 min read
Object-Oriented Programming (Easy Description)

Object-Oriented Programming (Easy Description)

Reactions 2 Comments
3 min read
OOP Php part-1

OOP Php part-1

Reactions 5 Comments 2
7 min read
Designing an OOP System

Designing an OOP System

Reactions 10 Comments 5
6 min read
Replacing JavaScript Classes With The Module Design Pattern

Replacing JavaScript Classes With The Module Design Pattern

Reactions 38 Comments 5
10 min read
Bringing Modern OO To Perl

Bringing Modern OO To Perl

Reactions 24 Comments 10
4 min read
How SOLID is your code? - Liskov's Substitution Principle

How SOLID is your code? - Liskov's Substitution Principle

Reactions 9 Comments
4 min read
7 - Facade

7 - Facade

Reactions 4 Comments
7 min read
loading...