Report | Week 17 #91
Replies: 5 comments
-
Well done. Any other clean code principles your team has practiced? |
Beta Was this translation helpful? Give feedback.
-
Nice work on your task about clean code, you also provided good documentation, on how you implemented it in your own project. Keep up the good work, and looking forward, to see some new progress on your website itself. |
Beta Was this translation helpful? Give feedback.
-
Dear time2shine Team, |
Beta Was this translation helpful? Give feedback.
-
Dear time2shine team, |
Beta Was this translation helpful? Give feedback.
-
Dear time2shine team, it was a great idea to use Google Lighthouse to identify areas for improvement. Reducing redundant TypeScript files by streamlining your Page Layouts is a smart decision - this not only optimizes your code, but also enhances the user experience by minimizing data transfer. Good job! Your Statify Team |
Beta Was this translation helpful? Give feedback.
-
Hey everyone,
this week we did some refactoring. We used the Google Lighthouse tool, which was already presented in class. It showed us, that we have a lot of overhead in our frontend, which is caused by redundant TypeScript files that we used for the Page Layouts. Since we use the same layout for all pages, it is completely unnecessary to use the same layout file for each Sub-Page.
This way, we could reduce the data transferred to a user when opening our web page.
Beta Was this translation helpful? Give feedback.
All reactions