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.
TDD Conference 2021 - How To Get Started With Test-Driving Your Code - Jov Mit

TDD Conference 2021 - How To Get Started With Test-Driving Your Code - Jov Mit

Reactions 2 Comments
2 min read
Privacy and speed with Perl’s Object::Pad

Privacy and speed with Perl’s Object::Pad

Reactions 2 Comments
3 min read
Functional vs Object Oriented vs Procedural programming

Functional vs Object Oriented vs Procedural programming

Reactions 107 Comments 10
4 min read
OOP is Ruff!

OOP is Ruff!

Reactions 50 Comments 8
6 min read
Difference Between Aggregation and Composition

Difference Between Aggregation and Composition

Reactions 3 Comments
1 min read
Why Interfaces in Go Are Not Explicitly Implemented

Why Interfaces in Go Are Not Explicitly Implemented

Reactions 5 Comments
5 min read
Say no to Interface pollution - Interface Segregation Principle

Say no to Interface pollution - Interface Segregation Principle

Reactions 4 Comments
3 min read
SOLID: Dependency Inversion Principle

SOLID: Dependency Inversion Principle

Reactions 14 Comments
5 min read
Code Smell 84 - Max < Min (Javascript)

Code Smell 84 - Max < Min (Javascript)

Reactions 2 Comments
2 min read
Solid Design Principles

Solid Design Principles

Reactions 188 Comments 4
8 min read
Answer: Difference between Encapsulation and Abstraction

Answer: Difference between Encapsulation and Abstraction

Reactions 2 Comments
1 min read
TDD Conference 2021 - Which is better to Code by Contract: TDD or API-first? - Meenakshi Dhanani

TDD Conference 2021 - Which is better to Code by Contract: TDD or API-first? - Meenakshi Dhanani

Reactions 2 Comments
2 min read
What’s Next for Object-Oriented Perl?

What’s Next for Object-Oriented Perl?

Reactions 8 Comments
6 min read
Python Classes and Objects

Python Classes and Objects

Reactions 10 Comments 1
4 min read
Inheritance

Inheritance

Reactions 2 Comments
2 min read
Looking for recommendations - OOP/Designing course using Typescript/Node.js in greater depth!

Looking for recommendations - OOP/Designing course using Typescript/Node.js in greater depth!

Reactions 2 Comments
1 min read
Abstract class vs interfaces. When to use them?

Abstract class vs interfaces. When to use them?

Reactions 10 Comments
2 min read
SOLID e o princípio do faça algo, mas do seu jeito

SOLID e o princípio do faça algo, mas do seu jeito

Reactions 5 Comments
4 min read
The Funhouse Mirror of Perl Criticism

The Funhouse Mirror of Perl Criticism

Reactions 2 Comments
5 min read
Understanding Functions In Python

Understanding Functions In Python

Reactions 16 Comments 3
4 min read
Emulating abstract base classes in Rust

Emulating abstract base classes in Rust

Reactions 6 Comments
14 min read
Ruby Object Oriented Programming (OOP)

Ruby Object Oriented Programming (OOP)

Reactions 14 Comments 2
12 min read
How using OOP improves code quality? Classes vs. Functions

How using OOP improves code quality? Classes vs. Functions

Reactions 3 Comments
2 min read
Object Oriented TypeScript

Object Oriented TypeScript

Reactions 20 Comments
9 min read
Java OOP Concepts

Java OOP Concepts

Reactions 5 Comments
4 min read
JavaScript Classes Explained

JavaScript Classes Explained

Reactions 3 Comments
5 min read
Object Oriented Programming with a Real-World Scenario - Part 1

Object Oriented Programming with a Real-World Scenario - Part 1

Reactions 4 Comments
1 min read
Classes and type in Python - Introduction

Classes and type in Python - Introduction

Reactions 3 Comments
4 min read
Taming the Moose: Picking the best way to subclass Perl methods

Taming the Moose: Picking the best way to subclass Perl methods

Reactions 3 Comments
3 min read
23 - Observer

23 - Observer

Reactions 4 Comments 1
7 min read
Writing self-documented code with low cognitive complexity

Writing self-documented code with low cognitive complexity

Reactions 2 Comments
6 min read
Code Smell 78 - Callback Hell

Code Smell 78 - Callback Hell

Reactions 2 Comments
2 min read
Write clean Object-Oriented code by replacing conditional with polymorphism

Write clean Object-Oriented code by replacing conditional with polymorphism

Reactions 83 Comments 2
5 min read
Wiring Services in Frameworks And How it Works Under the Hood

Wiring Services in Frameworks And How it Works Under the Hood

Reactions 6 Comments
2 min read
Understanding OOP Concepts With Kotlin

Understanding OOP Concepts With Kotlin

Reactions 6 Comments 4
4 min read
SOLID e o princípio do 6 por meia dúzia

SOLID e o princípio do 6 por meia dúzia

Reactions 8 Comments
4 min read
Software Design: Deep Modules

Software Design: Deep Modules

Reactions 60 Comments 4
4 min read
S.O.L.I.D Principle - Single Responsibility Principle (SRP)

S.O.L.I.D Principle - Single Responsibility Principle (SRP)

Reactions 6 Comments
3 min read
Pillars of OOPS (in python)

Pillars of OOPS (in python)

Reactions 23 Comments 2
5 min read
OOP? START HERE

OOP? START HERE

Reactions 3 Comments
2 min read
21 Premium Backend Interview Questions and Preparatory Answers

21 Premium Backend Interview Questions and Preparatory Answers

Reactions 12 Comments
10 min read
Gradual method renaming in Perl

Gradual method renaming in Perl

Reactions 8 Comments 1
3 min read
Rebuilding FactoryBot in 150 lines of code

Rebuilding FactoryBot in 150 lines of code

Reactions 41 Comments 1
16 min read
Core Concepts behind Java OOP

Core Concepts behind Java OOP

Reactions 12 Comments 1
4 min read
What are OOP concepts in Java.

What are OOP concepts in Java.

Reactions 3 Comments
1 min read
Code Smell 79 - TheResult

Code Smell 79 - TheResult

Reactions 4 Comments
1 min read
3 Design Patterns in TypeScript for Frontend Developers

3 Design Patterns in TypeScript for Frontend Developers

Reactions 36 Comments
7 min read
A small thing nobody taught you in Python

A small thing nobody taught you in Python

Reactions 5 Comments
2 min read
SOLID e o princípio do não faça mais do que não deve

SOLID e o princípio do não faça mais do que não deve

Reactions 11 Comments
5 min read
Hairless Furever: My First CLI Gem

Hairless Furever: My First CLI Gem

Reactions 7 Comments
13 min read
Prototypes vs Traditional Classes

Prototypes vs Traditional Classes

Reactions 5 Comments
2 min read
S.O.L.I.D Principle - Liskov Substitution Principle (LSP)

S.O.L.I.D Principle - Liskov Substitution Principle (LSP)

Reactions 4 Comments
2 min read
Call by Value vs Call by Reference

Call by Value vs Call by Reference

Reactions 3 Comments
2 min read
Code Smell 81 - Result

Code Smell 81 - Result

Reactions 6 Comments 6
1 min read
Code Smell 77 - Timestamps

Code Smell 77 - Timestamps

Reactions 3 Comments
2 min read
Object-oriented Programming in JavaScript

Object-oriented Programming in JavaScript

Reactions 140 Comments 3
11 min read
Laravel Inversion of Control Implementation using Contextual Binding

Laravel Inversion of Control Implementation using Contextual Binding

Reactions 5 Comments
7 min read
Code Smell 80 - Nested Try/Catch

Code Smell 80 - Nested Try/Catch

Reactions 5 Comments
2 min read
Java - reduce redundant objects with Flyweight Design pattern

Java - reduce redundant objects with Flyweight Design pattern

Reactions 31 Comments 4
4 min read
S.O.L.I.D Principle - Open Closed Principle (OCP)

S.O.L.I.D Principle - Open Closed Principle (OCP)

Reactions 4 Comments
2 min read
loading...