Skip to content

Commit

Permalink
Update _posts/2024-08-20-js-nation-react-summit-2024.md
Browse files Browse the repository at this point in the history
Co-authored-by: Art-G <[email protected]>
  • Loading branch information
fdubost and Art-G authored Aug 19, 2024
1 parent ce07681 commit f7ebbd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/2024-08-20-js-nation-react-summit-2024.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit f7ebbd2

Please sign in to comment.