Variable names #5
Labels
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: nu/CharmBoard#5
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?
Variable names for CharmBoard-specific stuff should probably all be
snake_case
. I've been using a mix of that andcamelCase
etc depending on the context but the inconsistency is driving me bonkersOh and lexical variables should all maybe start with an underscore, and for function args I should probably like, actually assign those to specific names instead of using
$_[0]
etc everywhereThat's fine for something small but for a bigger project it sucks