mentat-is / gulp

g(ULP) - graphical universal log processor
https://gulp.sh
Other
18 stars 2 forks source link

reduce number of parameters in most of core/plugins internal functions. #10

Open valerino opened 1 month ago

valerino commented 1 month ago

many functions have too many parameters and extending code is starting to become unnecessarily complicate ....

create a "context-alike" structure to pass around stuff like "operation_id", "client_id", "user_id", "username", and the like.