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.
Lei de Demeter

Lei de Demeter

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

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

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

Code Smell 63 - Feature Envy

6
Comments 2
2 min read
Stop Calling them ‘Bugs’

Stop Calling them ‘Bugs’

9
Comments 10
2 min read
Demystifying Object-Oriented Programming(OOP) in PHP

Demystifying Object-Oriented Programming(OOP) in PHP

37
Comments 4
5 min read
10 - Factory Method

10 - Factory Method

3
Comments
6 min read
How I mock unit tests in Golang

How I mock unit tests in Golang

35
Comments 4
3 min read
Strategic - Painless Strategy Pattern in Ruby and Rails

Strategic - Painless Strategy Pattern in Ruby and Rails

11
Comments 1
3 min read
Class Variables in Python

Class Variables in Python

7
Comments
2 min read
True private attributes and methods for modern Perl OOP

True private attributes and methods for modern Perl OOP

14
Comments
3 min read
Namespaces con PHP

Namespaces con PHP

6
Comments
3 min read
JavaScript vs object-orientated languages: Java and C#

JavaScript vs object-orientated languages: Java and C#

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

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

2
Comments 2
1 min read
C++ Copy Constructors

C++ Copy Constructors

9
Comments 2
4 min read
Constructors in C++

Constructors in C++

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

Advertising another approach to Maintainable OOP

2
Comments
12 min read
8 - Interpreter

8 - Interpreter

6
Comments
7 min read
Understanding SOLID Principles: Dependency Inversion

Understanding SOLID Principles: Dependency Inversion

46
Comments 1
3 min read
Replacing JavaScript Classes With The Module Design Pattern

Replacing JavaScript Classes With The Module Design Pattern

70
Comments 20
10 min read
Object-Oriented Programming (Easy Description)

Object-Oriented Programming (Easy Description)

4
Comments
3 min read
OOP Php part-1

OOP Php part-1

6
Comments 2
7 min read
Designing an OOP System

Designing an OOP System

13
Comments 5
6 min read
Bringing Modern OO To Perl

Bringing Modern OO To Perl

26
Comments 15
4 min read
Generic `impl` blocks are kinda like macros...

Generic `impl` blocks are kinda like macros...

50
Comments 2
12 min read
Why is he so different from his parents? - Liskov's Substitution Principle

Why is he so different from his parents? - Liskov's Substitution Principle

9
Comments
4 min read
loading...