1
0
mirror of https://github.com/morris/vanilla-todo.git synced 2025-08-28 08:10:30 +02:00
This commit is contained in:
Morris Brodersen
2023-12-06 20:22:23 +01:00
parent c8c8ce7e18
commit 6623d0ecba

View File

@@ -705,9 +705,8 @@ and some opinionated statements based on my experience in the industry.
- Little indirection
- Low coupling
- The result is literally just a bunch of HTML, CSS, and JS files.
- Straight-forward, zero-config testing with Playwright
- Straight-forward testing with Playwright
- Includes code coverage
- Great debugging experience via browser developer tools
All source files (HTML, CSS and JS) combine to **under 3000 lines of code**,
including comments and empty lines.