From f7ebbd287525a6fd9eba61d0906e04764c923d49 Mon Sep 17 00:00:00 2001 From: Florent Dubost Date: Mon, 19 Aug 2024 15:56:36 +0200 Subject: [PATCH] Update _posts/2024-08-20-js-nation-react-summit-2024.md Co-authored-by: Art-G --- _posts/2024-08-20-js-nation-react-summit-2024.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2024-08-20-js-nation-react-summit-2024.md b/_posts/2024-08-20-js-nation-react-summit-2024.md index 671d9ebd8..9673c4b46 100644 --- a/_posts/2024-08-20-js-nation-react-summit-2024.md +++ b/_posts/2024-08-20-js-nation-react-summit-2024.md @@ -26,7 +26,7 @@ Alex sums up his speech in 5 points: - **Readability and understandability** of the code is very important for the future developpers that will maintain your code, leaves comments, break conditions with more than 3 members using intermediate variables. - Use **Typescript** intensively and try to handle all the possible states of your data. -At Bedrock, we've always tried to apply a maximum of [best practices](https://tech.bedrockstreaming.com/2021/09/06/web-best-practices.html) including some developped here by Alex, to ensure the maintenability of our web codebase. It seems to be working pretty good since this JS project is now 10 years old! +At Bedrock, we've always tried to apply a maximum of [best practices](https://tech.bedrockstreaming.com/2021/09/06/web-best-practices.html) including some developped here by Alex, to ensure the maintainability of our web codebase. It seems to be working pretty good since this JS project is now 10 years old! ### Why Your Performance Work Is Not Seen - Vinicius Dallacqua