azri 1 тиждень тому
джерело
коміт
ac50f36468
1 змінених файлів з 9 додано та 0 видалено
  1. 9
    0
      src/index.js

+ 9
- 0
src/index.js Переглянути файл

@@ -18,6 +18,15 @@ import '@fontsource/roboto/700.css';
18 18
 
19 19
 // JS MODULE STUFF
20 20
 
21
+/**
22
+ * NOTE: Dear future programmer of this project, before you judge me on how fucked up this codebase is, I already take everything into consideration and 
23
+ * this code is really the most spegatthi that you'll ever seen, I only have 2 weeks to figure everything out
24
+ * and somehow I don't have time to refactor everything since the client and management want this project to be done as soon as possible
25
+ * with that in mind, if you have free time, do help me refactor everything. I know I should be the one doing it, but it seems I don't have time to do it
26
+ * and my mind is already elsewhere. I pray that you'll have the perservernce to deal with the refactor and wish you the best of luck, you'll might need all of it
27
+ * TLDR: to much things to do, to little time time to refactor
28
+ */
29
+
21 30
 const root = ReactDOM.createRoot(document.getElementById('root'));
22 31
 root.render(
23 32
   <Provider store={store}>

Завантаження…
Відмінити
Зберегти