You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: TODO.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,22 +58,22 @@ This TODO was created for branch `issue-fixer-1`. These are the issues and tasks
58
58
59
59
---
60
60
61
-
### 4. Centralize Common Functions
61
+
### ~~4. Centralize Common Functions~~ ✅
62
62
63
-
**Related GitHub issue:**
63
+
~~**Related GitHub issue:**~~
64
64
65
-
-[#30](https://github.com/CynthiaWebsiteEngine/Mini/issues/30): Lessen the amount of FFI
65
+
~~**Description:**~~
66
66
67
-
**Description:**
67
+
~~- Some common functions used by both the client and server reside on both sides. These should be centralized in the shared module within the client or at least on the client side.~~
68
68
69
-
- Some common functions used by both the client and server reside on both sides. These should be centralized in the shared module within the client or at least on the client side.
69
+
~~**Task:**~~
70
70
71
-
**Task:**
71
+
~~- Create a list of common functions currently duplicated across the client and server.~~
72
+
~~- Plan the migration of these functions to the shared module.~~
72
73
73
-
- Create a list of common functions currently duplicated across the client and server.
74
-
- Plan the migration of these functions to the shared module.
0 commit comments