From 51360b128b5b6be4c86adebdd23951046f83fa89 Mon Sep 17 00:00:00 2001 From: Revone Date: Mon, 3 Jul 2023 15:13:30 +0800 Subject: [PATCH] Node.js version dependency denoted --- README.md | 18 +++++++++++++++++- src/components/ThemePicker/ThemePicker.tsx | 2 +- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9aa69215..be1d8b42 100644 --- a/README.md +++ b/README.md @@ -271,7 +271,17 @@ yarn next 2."The remaining 10 percent of the code accounts for the other 90 percent of the development time."--— Tom Cargill, Bell Labs. - + + + + + + + + + + +
ScopeTheory
JavascriptIIFEs to encapsulate some code within a local scope so that variables declared in it do not leak to the global scope.
## Architecture benefits Architecture is necessary to save time during the development process, to maintain the system’s testability and extensibility over a long development period. @@ -284,3 +294,9 @@ yarn next 2.test:simplification of code testing (you will need fewer testers and have fewer missed “production bugs”); 3.developer:easier to involve new developers into the project. + + +# Environment/Dependencies +## Node.js + +version v15.0.1 \ No newline at end of file diff --git a/src/components/ThemePicker/ThemePicker.tsx b/src/components/ThemePicker/ThemePicker.tsx index c630ddc3..9498be57 100644 --- a/src/components/ThemePicker/ThemePicker.tsx +++ b/src/components/ThemePicker/ThemePicker.tsx @@ -16,7 +16,7 @@ export const ThemePicker: React.FC { - console.log('---4?handleValueChange', itemValue); + // console.log('---4?handleValueChange', itemValue); // todo always be invoked 4 times if (itemValue) { await changeTheme(itemValue);