peterkarn / vue-kanban-hierarchical

0 stars 0 forks source link

Short variable names #7

Closed zpwebbear closed 3 years ago

zpwebbear commented 3 years ago

https://github.com/peterkarnaukhsite/vue-kanban-hierarchical/blob/05dc4f76981778966ee8f1c57c0e496f443411cd/src/components/Task.vue#L97

Always give the variable the readable name instead of c or b

peterkarn commented 3 years ago

fixed in all places