From 072b88c898ec3db2ae933d5e40b9030045272492 Mon Sep 17 00:00:00 2001 From: ochairo <19258508+ochairo@users.noreply.github.com> Date: Wed, 20 Mar 2024 18:57:15 +0900 Subject: [PATCH] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index b435e92..90c42d5 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,6 @@ It aims to create frontend applications that are easy to understand, maintain, a - Improve code-maintainability and code-adaptability. - Leads to a good implementation of user's requirements. - Makes easier the code review process. - - Can be used together with other concepts. - Cons: - Can be over-engineering for small projects. - Is not focused on performance.