Skip to content

Commit 1441ea9

Browse files
ryyppybebraw
authored andcommitted
feat(talk): Update patrick-stapfer.js (#18)
1 parent 62a0128 commit 1441ea9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/talks/patrick-stapfer.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ const keywords = require("../keywords");
33

44
module.exports = {
55
speakers: [require("../speakers/patrick-stapfer")],
6-
title: "ReasonML",
7-
description: "",
6+
title: "Making Unreasonable States Impossible",
7+
description: "Based on @nikgraf's introduction to Reason (Get started with Reason), this talk goes deeper into the world of variant types and pattern matching and puts them into a practical context. You will learn how these tools help you design solid APIs, which are impossible to misuse by consumers. Additionally you will get more insights into practical ReasonReact code.",
88
type: enums.PRESENTATION,
99
keywords: require("../speakers/patrick-stapfer").keywords,
1010
};

0 commit comments

Comments
 (0)