Variable names #5
Labels
No labels
bug
code clarity
code organization
database
documentation
improvement
new feature
security
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
nu/CharmBoard#5
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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?
Variable names for CharmBoard-specific stuff should probably all be
snake_case. I've been using a mix of that andcamelCaseetc 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