mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-08-06 18:23:08 +00:00
Work towards #56: Add permalink to every pattern
This makes cleaner URLs thanks to jekyll
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
layout: pattern
|
||||
title: Resource Acquisition Is Initialization
|
||||
folder: resource-acquisition-is-initialization
|
||||
permalink: /patterns/resource-acquisition-is-initialization/
|
||||
categories: pattern_cat
|
||||
tags: pattern_tag
|
||||
---
|
||||
@@ -12,4 +13,4 @@ tags: pattern_tag
|
||||
|
||||
**Applicability:** Use the Resource Acquisition Is Initialization pattern when
|
||||
|
||||
* you have resources that must be closed in every condition
|
||||
* you have resources that must be closed in every condition
|
||||
|
||||
Reference in New Issue
Block a user