Giter Site home page Giter Site logo

Comments (5)

jorgebucaran avatar jorgebucaran commented on May 27, 2024 1

I'm afraid you can't claim !s as your own invention. It's a pretty obvious fix by looking at the stack trace.

Screen Shot 2021-09-26 at 18 07 14

I'm cool with borrowing ideas from each other too, of course.

from colorette.

jorgebucaran avatar jorgebucaran commented on May 27, 2024 1

Sorry, but I must disagree on behalf of the little programmer out there. You just can't take credit for a !s.

!s was the smallest change I had to make to avoid the explicit s === undefined, so I went with that. I could've reversed the expression just as well and not use !s at all:

!(!s && (s === "" || s === undefined))
s || (s !== "" && s !== undefined)
s || !(s === "" || s === undefined)

They're all roughly equivalent and produce the same result. I'll tell you what, I'll switch to another one and close here.

from colorette.

ai avatar ai commented on May 27, 2024

babel/babel#13783 (comment)

You edge case suggestions was very useful, but you didn’t mention !s fix there. You didn’t create an initial boost, and you didn’t fix it to name yourself as author.

I most of the cases, I am OK with idea copying between projects. But in this case, I think I have the right to do another way and ask to mention me if you copied this performance boost. You may mention me in a way “Initially create in Nano Colors and then fixed by team work of me and Andrey Sitnik”.

from colorette.

ai avatar ai commented on May 27, 2024

Anyway, it was not did by you.

And it was a fix for initial my idea that === '' compare is slow. Without that changes, this discussion would not be started.

You do not need this fix in Colorette for undefined argument. You added !s check only because you saw that it was very effective in Nano Colors.

from colorette.

ai avatar ai commented on May 27, 2024

You lost the whole idea of optimization.

You saw from Nano Colors that s !== "" && s !== undefined is slow. You copied the fix of this slow part.

Now you are changing !x to x instead of do an honor thing and mention an author of original work.

from colorette.

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.