Giter Site home page Giter Site logo

Proposal: is.Less and is.Greater about is HOT 2 CLOSED

jftuga avatar jftuga commented on September 16, 2024
Proposal: is.Less and is.Greater

from is.

Comments (2)

wliao008 avatar wliao008 commented on September 16, 2024 12

imho is.True(..) already covers this and more..

from is.

flowchartsman avatar flowchartsman commented on September 16, 2024

I think this would compromise the ergonomics of the library by imposing ordering that you'd need to look at the arguments to know. The only two-argument method currently in the package is Equals(), which, conveniently, does not depend on ordering. Everything else breaks down to a simple boolean clause. The only reason Equals() even exists is because you need to guard against nil comparisons and also do some reflection to cover the most common sort of testing questions. Otherwise you could just do is.True(a==b)

What reads better?

is.True(a < b) // just boolean clauses
is.True(a>b)

or

is.Less(a, b) // which is the one that should be less?
is.Greater(b,a)
// or is it
is.Greater(a,b)
// I guess it depends on the language you speak!

You'd have to read the code to know for sure, since it no longer reads naturally. This is kind of a unique package in that the package name is part of the reading, which makes it feel light and readable, but also constrains the identifiers in expressions (IMHO for the better).

from is.

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.