Skip to content

Commit f4167aa

Browse files
committed
Automatically generated. Merged on Netlify CMS
Force merge of: * "src/posts/2016-04-26-ruby-bits-br-delegation/index.md"
1 parent d961c37 commit f4167aa

File tree

1 file changed

+7
-5
lines changed
  • src/posts/2016-04-26-ruby-bits-br-delegation

1 file changed

+7
-5
lines changed

src/posts/2016-04-26-ruby-bits-br-delegation/index.md

+7-5
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,18 @@
11
---
2-
path: /80-ruby-bits-br-delegation/
2+
highlight: false
3+
path: 80-ruby-bits-br-delegation
34
title: "Ruby Bits: Delegation"
5+
categories:
6+
- engineering
47
author: luis-zamith
58
date: 2016-04-26
69
cover: cover.jpg
7-
tags:
8-
- development
9-
intro:
10-
If you've been writing Object Oriented code for a while, you're probably
10+
intro: If you've been writing Object Oriented code for a while, you're probably
1111
familiar with expressions such as DRY, the Law of Demeter or Composition over
1212
Inheritance. One thing they all have in common is that the can be followed by
1313
using delegation.
14+
tags:
15+
- development
1416
---
1517

1618
If you've been writing Object Oriented code for a while (or any code really),

0 commit comments

Comments
 (0)