Skip to content

Latest commit

 

History

History
99 lines (69 loc) · 2.66 KB

README.md

File metadata and controls

99 lines (69 loc) · 2.66 KB

Domain-Driven Design Heuristics

This is the repo for the site Domain-Driven Design Heuristics

How it works

This sites works with jekyll trough a github repo linked with netlify. You can fork the github repo here and create a pull request of your own heuristics.

To work with Jekyll check out the Jekyll Site

Adding your own heuristics

You can add your own heuristics as a markdown file under the respective _XXXX-heuristics directory.

Not everyone uses github so alternatively you can send your heuristic in an email to submit@dddheuristic.com.

Writing, Remembering, and Sharing Design Heuristics

For more information please read about how to write Heuristics Rebecca her article Writing, Remembering, and Sharing Design Heuristics

There are some constraint when submitting a heuristic, you need to use at least the follow template:

Template

---
title: {The title of the heuristic}
excerpt: {Summary of Problem or the question that the heuristic solves}
tags: {tags seperated by space, fill in what you think is best}
authors: {the authors as a yaml list}
submitter: {The submitter} (optional)
---

Example:

---
title: "Heuristic"
excerpt: "When I am faced with a problem, what do I do?"
tags: Aggregate Bounded-Context socio-technical-systems
authors:
  - Cindy
  - John
---

or

---
title: "Heuristic"
excerpt: "When I am faced with a problem, what do I do?"
tags: Aggregate Bounded-Context socio-technical-systems
authors: Cindy
submitter: Gert
---

You can fill in the rest the way you like it, but here are two examples from Rebecca her article

Quick Heuristic from QHE cards

---
title: {The title of the heuristic}
excerpt: {Summary of Problem or the question that the heuristic solves}
tags: {tags seperated by space, fill in what you think is best}
authors: {the authors as a yaml list}
submitter: {The submitter} (optional)
---

# Short description
A short description of the heuristics

# Examples
Give some examples

From QHE card to a Heuristic gist:

---
title: {The title of the heuristic}
excerpt: {Summary of Problem or the question that the heuristic solves}
tags: {tags seperated by space, fill in what you think is best}
authors: {the authors as a yaml list}
submitter: {The submitter} (optional)
---

# Description
A description of the heuristics

# Summary of Solution
The solution of the heuristic 

Contribute

Any help is welcome and needed, if you have any feedback please feel free to either create pull requests or tickets or send us an email!