Giter VIP home page Giter VIP logo

Comments (4)

sterpe avatar sterpe commented on August 23, 2024

Not a maintainer but I started doing :

src/constants/X/Y.json

Which might look like:

{
"FOO": "FOO@X/Y"
}

Sent from my iPhone

On Sep 18, 2014, at 2:53 PM, Tadeusz Wójcik [email protected] wrote:

I'd like to discuss best practices about naming actions. Currently I use actions named after what user has done, for example 'FILE_CLICKED', 'ZOOMED', 'VIEW_MODE_BUTTON_CLICKED' etc, is that good convention to name action like that? Only issue I see so far is that I have many *._CLICKED actions. Some people also tend to name actions more like commands, for example 'LOAD_DOCUMENT', 'CHANGE_VIEW_MODE' etc. I'd love your thoughts on that.


Reply to this email directly or view it on GitHub.

from flux.

briandipalma avatar briandipalma commented on August 23, 2024

I would try and not use the event trigger in an action name, for example 'CLICKED'. You could envision using the same code on a mobile app so it would in fact be triggered by a touch event and not a click.

Minor point though. I'd tend toward an imperative, command approach, i.e. PERFORM_THIS_ACTION and not include what triggered the action or how it should be done.

from flux.

fisherwebdev avatar fisherwebdev commented on August 23, 2024

I've grown to prefer the reverse syntax of NOUN_VERB, like TODO_SELECT. This way, in an alphabetized list, all my TODO actions are together, and I generally want to sort on nouns, not verbs. But really this is just a personal preference, and any naming scheme you and your team have good reasons to adopt is perfectly appropriate.

from flux.

tadeuszwojcik avatar tadeuszwojcik commented on August 23, 2024

Great, thanks guys for the feedback! It's all what I wanted to know.

from flux.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.