© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Morgan Cheng
Engineering Ninjia
Seems there is controversy in naming convention about actions. So, what's your guidelines in practice?
Joseph Lloyd
JavaScript Developer
Long and descriptive.
Eg
toggleMainProfileMenu ()
This makes sure everyone on the team knows what an action is supposed to do.
Joseph Lloyd
JavaScript Developer
Long and descriptive.
Eg
toggleMainProfileMenu ()This makes sure everyone on the team knows what an action is supposed to do.