Remove my $self = shift
? #14
Labels
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: nu/CharmBoard#14
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
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?
I've noticed this literally EVERYWHERE in the
CharmBoard::Controller
namespace,my $self = shift
at the start of every single subroutine. Maybe this is just confusion on my part since I"m having a hard time getting to grips with my own code after having been away from it for a year, but this looks... Useless, maybe? So if it IS then it should absolutely be removed.Nevermind, I'm a dolt. This is necessary to keep!