We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d961c37 commit f4167aaCopy full SHA for f4167aa
src/posts/2016-04-26-ruby-bits-br-delegation/index.md
@@ -1,16 +1,18 @@
1
---
2
-path: /80-ruby-bits-br-delegation/
+highlight: false
3
+path: 80-ruby-bits-br-delegation
4
title: "Ruby Bits: Delegation"
5
+categories:
6
+ - engineering
7
author: luis-zamith
8
date: 2016-04-26
9
cover: cover.jpg
-tags:
- - development
-intro:
10
- If you've been writing Object Oriented code for a while, you're probably
+intro: If you've been writing Object Oriented code for a while, you're probably
11
familiar with expressions such as DRY, the Law of Demeter or Composition over
12
Inheritance. One thing they all have in common is that the can be followed by
13
using delegation.
14
+tags:
15
+ - development
16
17
18
If you've been writing Object Oriented code for a while (or any code really),
0 commit comments