Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8402577
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T22:06:33+00:00 2026-06-09T22:06:33+00:00

Let’s say I have a function in a view that triggers when some kind

  • 0

Let’s say I have a function in a view that triggers when some kind of state is changed.
What would be best to name it and why?

  • stateChange
  • stateChanged
  • onStateChange
  • onStateChanged
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-09T22:06:35+00:00Added an answer on June 9, 2026 at 10:06 pm

    I personally prefer to use onEventName names keeping the native naming convention for DOM event handlers.

    Like myElement.onclick = function() { /* ... */ } for click event.

    So for myEvent I’m using a handler named onMyEvent.

    And if I have event stateChange, then I’ll use onStateChange handler.

    But really this question is more specific for each team of developers and code-style conventions inside the team/company.

    So the main goal in such kinds of questions is to keep the code style the same in all parts to ensure readability.

    Therefore if you’re working in a team, just keep sticky to the team’s code writing conventions and if you’re working alone on existing code, try to keep its code style (sure if that style is not obviously ugly).

    UPDATE: Understanding.

    What is the event? Roughly it’s an action initiated outside or inside the program, in other words, something happens in the system, e.g. some state changes (the state of the keyboard, of the mouse, of I/O devices, etc.) doesn’t matter how (the user clicked on mouse or some program sent the mouse click signal to the system).

    Say the browser window is subscribed to get notifications about some events and the operating system sends them to it as soon as possible, we’ll assume that at the same time when something happens. So if the user clicks his mouse when the browser window is active and the document has a focus, the browser says to the document to fire the click event. And here our onclick handler starting its invocation. In other words, the system says to us that now happens a change of some state. And we’re handling this change and not handling a fact saying to us that the state has been changed.

    Let’s assume that our handler is named onClicked. Since the handler’s name saying in past tense we can get a reasonable question: "When clicked, how long ago it happened? How many times it was clicked? Hmm, maybe it’s too late to handle this action (or actions?) at all…". So this name tells us that something happened sometime in past.

    In contrast when our handler is named onClick it’s obvious that click event just fired and fired once and we were notified about it immediately. And we’re going to handle the click event – the information saying to us that the state of the mouse changed right now (not mouse clicked, but the event of click).

    So the names in the past tense are more appropriate for the cases when we need to check if some state has been changed or not. E.g. if the variable stores the state = 1 we can call the function isStateChanged(); which will compare the value in state variable with the real value at the current moment. And here the past tense is a good choice for naming.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Let's say I want to have some kind of a cache that did something
Let me explain best with an example. Say you have node class that can
Let's say that I have a SQLite database that I create in a separate
Let's say I have window.open (without name parameter), scattered in my project and I
Let's say I have multiple requirements for a password. The first is that the
Let's say that I have a date in R and it's formatted as follows.
let's say I have a select list as follows: <select name='languages'> <option value='german'>German</option> <option
Let's say you have a method that expects a numerical value as an argument.
Let's say I have a bunch of links that share a click event: <a
Let's say I have the string: hello world; some random text; foo; How could

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.