From 5dafcf81766848895e1470a366b144498111902e Mon Sep 17 00:00:00 2001 From: Michael Lustig Date: Sun, 24 Mar 2024 09:23:25 -0400 Subject: [PATCH] Create Machine best practices.md --- Machine best practices.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Machine best practices.md diff --git a/Machine best practices.md b/Machine best practices.md new file mode 100644 index 0000000..efbc4ce --- /dev/null +++ b/Machine best practices.md @@ -0,0 +1,10 @@ +Machine best practices + +1) Name your actions and declare them in setup with their implementation + +2) Organize your files in a structure like the following + name (permissions, application lifecycle, etc) + ├── .machine.ts + ├── .types.ts + ├── .actions.ts + ├── .actors.ts \ No newline at end of file