Skip to content

Commit

Permalink
docs: add goals of the project
Browse files Browse the repository at this point in the history
  • Loading branch information
tassiluca committed Dec 31, 2023
1 parent 965167a commit 8da591c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/_config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
title: PPS Project @ Unibo
title: PPS-22-direct-style
description: Documentation for the PPS project
baseurL: "/PPS-22-direct-style-experiments"
baseurl: "/PPS-22-direct-style-experiments/content"

# Rendering
markdown: kramdown
Expand Down
13 changes: 13 additions & 0 deletions docs/content/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Goals

> Develop a few examples (not too complex) using asynchronous constructs and try to implement these examples in the two variants: using the current implementation of futures based on monadic constructs and the style that adopts gears (direct style).
Analyze aspects such as:
> - ergonomicity of the two styles (which one results more thoughtful and/or verbose)
> - which of the two approaches has a real advantage in adoption, and when
> - Pros and cons of the two styles
> - how and when to use one approach rather than the other
> - any limitations and difficulties encountered in using them
# Content

TBD
1 change: 0 additions & 1 deletion docs/content/walkthrough.md

This file was deleted.

0 comments on commit 8da591c

Please sign in to comment.