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: Yoann Frommelt <[email protected]>
  • Loading branch information
fdubost and yfrommelt authored Aug 19, 2024
1 parent f7ebbd2 commit 0e50db2
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 @@ -20,7 +20,7 @@ One of my favourite types of presentation, with concrete things that you can the

Alex sums up his speech in 5 points:

- **Accept imperfections** in your codebase: perfect is the ennemy of good, shortcuts and exceptions can be taken if they are well documented.
- **Accept imperfections** in your codebase: perfect is the enemy of good, shortcuts and exceptions can be taken if they are well documented.
- **[Colocate code](https://alexmoldovan.dev/code-bites/colocation-is-king)** according to concerns is a way of improving readability and therefore maintainability and efficiency.
- **Reusability** is not always the better choice vs **duplication**, you should find the right balance, abstraction should come when a piece of code is proven as a long term solution.
- **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.
Expand Down

0 comments on commit 0e50db2

Please sign in to comment.