mirror of
https://github.com/sezanzeb/input-remapper
synced 2024-11-16 06:12:58 +00:00
updated context comment
This commit is contained in:
parent
ec341d0001
commit
ebf1eeccb7
@ -39,8 +39,6 @@ class Context:
|
|||||||
|
|
||||||
Benefits of the context:
|
Benefits of the context:
|
||||||
- less redundant passing around of parameters
|
- less redundant passing around of parameters
|
||||||
- more clear which parameters are shared between coroutines and which
|
|
||||||
ones are unique to a certain method
|
|
||||||
- easier to add new process wide information without having to adjust
|
- easier to add new process wide information without having to adjust
|
||||||
all function calls in unittests
|
all function calls in unittests
|
||||||
- makes the injection class shorter and more specific to a certain task,
|
- makes the injection class shorter and more specific to a certain task,
|
||||||
|
Loading…
Reference in New Issue
Block a user