Forem

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.
Build a Fluent Interface in Java in Less Than 5 Minutes
Cover image for Build a Fluent Interface in Java in Less Than 5 Minutes

Build a Fluent Interface in Java in Less Than 5 Minutes

33
Comments 3
6 min read
In defense of JavaScript oddities
Cover image for In defense of JavaScript oddities

In defense of JavaScript oddities

57
Comments 19
3 min read
Dead Simple Python: Classes
Cover image for Dead Simple Python: Classes

Dead Simple Python: Classes

283
Comments 25
14 min read
What Are The Best Software Engineering Principles?
Cover image for What Are The Best Software Engineering Principles?

What Are The Best Software Engineering Principles?

246
Comments 14
7 min read
Ruby Value Object Instance Caching

Ruby Value Object Instance Caching

14
Comments
3 min read
Simplifying WordPress's functions.php with OOP: Part 2

Simplifying WordPress's functions.php with OOP: Part 2

31
Comments 3
6 min read
Ruby Nil Value Objects

Ruby Nil Value Objects

11
Comments
2 min read
Depend on things that change less often than you

Depend on things that change less often than you

5
Comments 5
1 min read
Rails Value Objects – One Validator to Rule Them All

Rails Value Objects – One Validator to Rule Them All

8
Comments 1
3 min read
On Automobiles and OOP

On Automobiles and OOP

4
Comments
14 min read
An Introduction to Overloading Operators (for Beginners by a Beginner)
Cover image for An Introduction to Overloading Operators (for Beginners by a Beginner)

An Introduction to Overloading Operators (for Beginners by a Beginner)

40
Comments 2
6 min read
Design by contract - Learn something new about OOP

Design by contract - Learn something new about OOP

12
Comments
5 min read
The Three Laws of Objects

The Three Laws of Objects

26
Comments
5 min read
The Interface Segregation Principle Applied in C#/.NET

The Interface Segregation Principle Applied in C#/.NET

7
Comments
8 min read
How to write a really object oriented program

How to write a really object oriented program

15
Comments 3
8 min read
Object Oriented Programming
Cover image for Object Oriented Programming

Object Oriented Programming

252
Comments 9
16 min read
40+ OOP Interview Questions in 2019

40+ OOP Interview Questions in 2019

193
Comments 4
20 min read
Simplifying WordPress's functions.php with OOP
Cover image for Simplifying WordPress's functions.php with OOP

Simplifying WordPress's functions.php with OOP

210
Comments 26
6 min read
It's wrong to treat "Draft" mode as a state on the way to "Final"
Cover image for It's wrong to treat "Draft" mode as a state on the way to "Final"

It's wrong to treat "Draft" mode as a state on the way to "Final"

9
Comments 11
1 min read
Emulating "Private" Variables in JavaScript with Closures and Factory Functions
Cover image for Emulating "Private" Variables in JavaScript with Closures and Factory Functions

Emulating "Private" Variables in JavaScript with Closures and Factory Functions

97
Comments 24
5 min read
How else you can define properties for JavaScript objects

How else you can define properties for JavaScript objects

13
Comments 3
3 min read
Is One Source of Truth just a fancy name for Global Variables?

Is One Source of Truth just a fancy name for Global Variables?

7
Comments
2 min read
If you're struggling with JavaScript `this`...

If you're struggling with JavaScript `this`...

13
Comments
2 min read
Fluent Plain Old Object Builder Interface Pattern
Cover image for Fluent Plain Old Object Builder Interface Pattern

Fluent Plain Old Object Builder Interface Pattern

21
Comments 2
5 min read
What is Constructor in Javascript

What is Constructor in Javascript

8
Comments
1 min read
loading...