We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ef86a4 commit d6f24dcCopy full SHA for d6f24dc
Sprint-3/todo-list/02-guide_to_modularize_code.md
@@ -44,6 +44,10 @@ It focuses on:
44
- ✅ How to present data on the screen
45
- ✅ Calling functions in the non-UI part to process the data
46
47
+### Dependencies
48
+
49
+The UI parts can depend on the non-UI parts (e.g. call functions from the non-UI parts). But the non-UI parts should not depend on the UI parts.
50
51
### Example: The ToDo App
52
- The non-UI part is implemented in `todos.mjs`
53
- The UI part is implemented in `script.mjs`
0 commit comments