wtetsu/mouse-dictionary

View on GitHub
src/README.md

Summary

Maintainability
Test Coverage
# Source code

## Outline

|                | main                | options            |
| -------------- | ------------------- | ------------------ |
| Responsibility | Core features       | Options screen     |
| Priority       | Speed and lightness | Functionality      |
| Implementation | Pure JavaScript     | TypeScript + React |
| Dependency     | No dependency (\*)  | Many libraries     |
| Module         | default             | named              |

(\*) mustache.js is the only exception.

## Dependency

```
main <- (extern) <- options
```

Always go through `extern` in order to access `main`.