Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove generic virtual key #2

Merged
merged 3 commits into from
Aug 10, 2024
Merged

remove generic virtual key #2

merged 3 commits into from
Aug 10, 2024

Conversation

tomoemon
Copy link
Owner

「打鍵」をどのようにコード上で表現するか問題(続)

ある程度 emiel が形になったあとで、あらためて考え直すと、結局「打鍵」を VirtualKey として扱う以外に方法がないことから、抽象化するだけのメリットがあまりないのではないかと思うようになった。
逆に、抽象化した結果、すべてのキーは object になって比較コストが上がり、かつ VirtualKey を扱うすべての関数は型パラメータを持たなければならなくなり、コードの複雑さや見通しの悪さが増すだけである。

最終的に VirtualKey はすべてのシンプルな文字列として扱うことにする。

VirtualKey を Number で扱ったほうがよりパフォーマンス改善につながる事も考えたが、VirtualKey は文字列として扱うことで、デバッグ時にも見やすくなるというメリットがあるため、文字列として扱うことにした。

@tomoemon tomoemon merged commit 87aed2a into main Aug 10, 2024
1 check passed
@tomoemon tomoemon deleted the remove-key-generics branch August 10, 2024 07:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant