Skip to content

Commit

Permalink
upgrade: 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
frani committed Jun 14, 2023
1 parent 4ffb686 commit a33a5e2
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,16 @@
<a href="https://marketplace.visualstudio.com/items?itemName=frani.fractal-function-snippet"><img alt="Visual Studio Marketplace Rating" src="https://img.shields.io/visual-studio-marketplace/stars/frani.fractal-function-snippet?label=rating&logo=visual-studio-code&logoColor=blue"></a>
</p>

---

# Demo

usage: type `ffs` then click on TAB

<p align="center">
<img width="800" alt="fractal function snippet demo" src="https://github.com/frani/fractal-function-snippet/raw/main/images/demo.gif">
</p>

# About

Fractal Function Pattern was made as a solution to give a way of handler errors in a isolated way, so if something explot in a function, instead of keep throwing the error through all the system is going to receive an idempotent response so when function's caller receive the response, can determinated of what is going to receive in case something went wrong then take decition of what to do.
Expand Down
Binary file added images/demo.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "fractal-function-snippet",
"displayName": "Fractal Function Snippet",
"description": "Fractal Function Snippet, a fractal pattern to implement in functional paradigma",
"version": "1.0.0",
"version": "1.0.2",
"publisher": "frani",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit a33a5e2

Please sign in to comment.