mirror of
https://github.com/pd4d10/git-touch.git
synced 2026-05-06 11:48:50 -05:00
[GH-ISSUE #152] router: RouterScreen handler parameters #714
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @shreyas1599 on GitHub (Jan 8, 2021).
Original GitHub issue: https://github.com/pd4d10/git-touch/issues/152
The
RouterScreenhandler parameters have several different names.Some of them are
(_,p)(context, p)(context, parameters)(context, params)etc.Perhaps we could make all of them
(context, parameters)for some form of uniformity. What do you think @pd4d10 ?@pd4d10 commented on GitHub (Jan 9, 2021):
Yeah, it is better to keep consistency.