Giter Site home page Giter Site logo

Constants about ruby HOT 2 CLOSED

airbnb avatar airbnb commented on June 10, 2024
Constants

from ruby.

Comments (2)

ljharb avatar ljharb commented on June 10, 2024

"ugly" is very subjective. I don't find SCREAMING_SNAKE_CASE ugly at all, and personally, I love seeing it all over the place because it conveys immutability - for both global and all local constants. (Note that a local immutable variable isn't a "constant", and thus would use snake_case)

Do you have data beyond your own experience that suggests that "people tend to only use it when they feel obligated to"? I've never encountered that motivation before, personally.

In addition, if your syntax highlighting doesn't work well with any given capitalization, that's a problem with your editor, and shouldn't inform a style guide - most editors don't have any issue with it.

from ruby.

BMorearty avatar BMorearty commented on June 10, 2024

Thank you for the suggestion. We're trying to keep this style guide largely consistent with idiomatic Ruby, and I've never seen Camel_Case_ (or uppercase first letter for any local, regardless of what comes after it) in all the Ruby projects I've worked on so I think it strays too far from the norm.

I also disagree with the contention that local mutable state is a source of future bugs, but even if I come to agree with it, the deviation from idiomatic is still too much.

from ruby.

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.