Updated Development Side Notes (markdown)

Louis Lam 2022-10-07 16:14:00 +08:00
parent 1f1a95545f
commit 0e7326247a

@ -5,3 +5,5 @@ Just a note for some traps and useful things for development.
- docker-alpine's dns is actually not stable in some systems. - docker-alpine's dns is actually not stable in some systems.
- [CSS] do not use any system-ui fonts, the fonts will be difference in difference Windows Languages - [CSS] do not use any system-ui fonts, the fonts will be difference in difference Windows Languages
- [Unit Test] Vue suggested Jest, but what, you cannot run the test in a browser, it is so stupid because all browser functions cannot be tested (localStorage, DOM and more). - [Unit Test] Vue suggested Jest, but what, you cannot run the test in a browser, it is so stupid because all browser functions cannot be tested (localStorage, DOM and more).
- Need to use `jsesc` to escape the content inside <script></script>.
- .NET 4.7 is the best lowest version to support high DPI monitors