Coder Social home page Coder Social logo

has() vs tryFrom() about enum-comparison HOT 7 CLOSED

iluuu1994 avatar iluuu1994 commented on June 8, 2024
has() vs tryFrom()

from enum-comparison.

Comments (7)

iluuu1994 avatar iluuu1994 commented on June 8, 2024

Additional plus: Static analyzers will understand that tryFrom() doesn't throw an exception while has() ? from() : null would require additional logic to understand.

from enum-comparison.

Crell avatar Crell commented on June 8, 2024

As discussed in slack, my primary concern with from()/tryFrom() is that we'd be stealth-introducing a naming convention of "tryX() means it may return null". I am highly wary of that without further consideration because the implications could be large.

(Not necessarily bad, but large.)

from enum-comparison.

TysonAndre avatar TysonAndre commented on June 8, 2024

There's also the option of getOrDefault(string $name, $default = null), but both would definitely be different naming conventions. I don't have a strong preference.

Additional plus: Static analyzers will understand that tryFrom() doesn't throw an exception while has() ? from() : null would require additional logic to understand.

I agree it's definitely easier.

They'd have to get it from an external repo such as https://github.com/JetBrains/phpstorm-stubs/blob/master/Reflection/ReflectionClass.php (or extract it) because getDocComment() is almost always null for internal classes, methods, etc.

Phan and Psalm check for user-defined methods but not for internal methods (at least not that I remember for psalm)

from enum-comparison.

Crell avatar Crell commented on June 8, 2024

I'd feel more comfortable with from(): self / tryFrom(): ?self if voters were clear of the implications. Unless someone objects I'm going to start a thread on Internals tomorrow to highlight it and see if anyone has an issue with setting this precedent. If there's no serious pushback, then we can go with that.

from enum-comparison.

iluuu1994 avatar iluuu1994 commented on June 8, 2024

The downside of fromOrDefault is that with missing generics the return type would have to be mixed. My preference is tryFrom. I'm also cool with fromOrNull.

from enum-comparison.

Crell avatar Crell commented on June 8, 2024

RFC updated to use from/tryFrom.

from enum-comparison.

Crell avatar Crell commented on June 8, 2024

Leaving open until @iluuu1994 updates the implementation. Ilija, please close when you've done so.

from enum-comparison.

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.