aboutsummaryrefslogtreecommitdiff
path: root/content/posts/2024-01-26-data-oriented-design.md
diff options
context:
space:
mode:
Diffstat (limited to 'content/posts/2024-01-26-data-oriented-design.md')
-rw-r--r--content/posts/2024-01-26-data-oriented-design.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/content/posts/2024-01-26-data-oriented-design.md b/content/posts/2024-01-26-data-oriented-design.md
index 808a6fd..3e48383 100644
--- a/content/posts/2024-01-26-data-oriented-design.md
+++ b/content/posts/2024-01-26-data-oriented-design.md
@@ -1,9 +1,9 @@
---
-title: "Book - Data Oriented Design"
-date: 2024-01-26T20:19:31Z
-draft: false
-params:
- comments: true
+.title = "Book - Data Oriented Design",
+.author = "Martin Ashby",
+.date = @date("2024-01-26T20:19:31Z"),
+.layout = "single.html",
+.custom = {"comments": true},
---
I recently read [Data Oriented Design](https://www.dataorienteddesign.com/dodbook/) by Richard Fabian.