GithubHelp home page GithubHelp logo

Comments (9)

pdubroy avatar pdubroy commented on August 24, 2024

Yep, you're right. I realized this when I strict-moded a bunch of our core code a while back, but I never got around to finishing the job by fixing the tests and examples.

Other than the tests and examples, do you know of anything else that needs updating?

from ohm.

jwmerrill avatar jwmerrill commented on August 24, 2024

Other than the tests and examples, do you know of anything else that needs updating?

No. I just checked the docs, and they don't seem to use this convention.

from ohm.

pdubroy avatar pdubroy commented on August 24, 2024

Ok, good to know! I thanks for filing this.

BTW, the style I've settled on is to simply give the unused arguments sensible (if somewhat terse) names. For quotes, braces, etc., I just used open and close, and for keywords I use stuff like ifkw, thenkw, elsekw.

from ohm.

alexwarth avatar alexwarth commented on August 24, 2024

Hi Jason and Pat,

I've been using Ohm in my class at UCLA, in strict mode. A style that I've
developed and seems to be working well for us is to name terms that I don't
care about (i.e., that I don't need to use) with names that start with an
underscore, but are more descriptive. E.g., for a rule like this:

IfExpr = if Expr then Expr else Expr

(with rules if, then, and else defined to consume their respective
keywords) I would write the following semantic action:

IfExpr: function(_if, e1, _then, e2, _else, e3) {
...
}

On Mon, Jan 25, 2016 at 8:33 AM, Patrick Dubroy [email protected]
wrote:

Yep, you're right. I realized this when I strict-moded a bunch of our core
code a while back, but I never got around to finishing the job by fixing
the tests and examples.

Other than the tests and examples, do you know of anything else that needs
updating?


Reply to this email directly or view it on GitHub
#54 (comment).

from ohm.

alexwarth avatar alexwarth commented on August 24, 2024

Seems sensible to me :)

On Mon, Jan 25, 2016 at 9:58 AM, Patrick Dubroy [email protected]
wrote:

Ok, good to know! I thanks for filing this.

BTW, the style I've settled on is to simply give the unused arguments
sensible (if somewhat terse) names. For quotes, braces, etc., I just used
open and close, and for keywords I use stuff like ifkw, thenkw, elsekw.


Reply to this email directly or view it on GitHub
#54 (comment).

from ohm.

pdubroy avatar pdubroy commented on August 24, 2024

Re-opening as we still need to fix some of the tests (e.g. test-ohm-syntax.js).

from ohm.

alexwarth avatar alexwarth commented on August 24, 2024

There are still instances of the non-descriptive _ in a bunch of the tests, e.g., in test/test-grammar.js, test/test-semantics.js.

from ohm.

pdubroy avatar pdubroy commented on August 24, 2024

I don't think we need to eliminate all use of _. I thought the point was to just to eliminate duplicate parameter names so that they code is compatible with strict mode. I don't see a problem with still using the _ sometimes.

from ohm.

alexwarth avatar alexwarth commented on August 24, 2024

Oh, ok. Fine by me!

On Monday, February 15, 2016, Patrick Dubroy [email protected]
wrote:

I don't think we need to eliminate all use of _. I thought the point was
to just to eliminate duplicate parameter names so that they code is
compatible with strict mode. I don't see a problem with still using the _
sometimes.


Reply to this email directly or view it on GitHub
#54 (comment).

from ohm.

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.