You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As the number of events increases, there are some places in the codebase which might benefit from using macros to declare them: for example, the list of arguments related to swipe in the Ops struct for clap.
We should evaluate introducing some macros to alleviate the effort and make it less error-prone, reduce repetition and increase the readability overall.
The text was updated successfully, but these errors were encountered:
Related to #26
As the number of events increases, there are some places in the codebase which might benefit from using
macro
s to declare them: for example, the list of arguments related to swipe in theOps
struct forclap
.We should evaluate introducing some macros to alleviate the effort and make it less error-prone, reduce repetition and increase the readability overall.
The text was updated successfully, but these errors were encountered: