Coder Social home page Coder Social logo

Rename removeF to removeBy about relude HOT 4 CLOSED

mlms13 avatar mlms13 commented on August 19, 2024
Rename removeF to removeBy

from relude.

Comments (4)

andywhite37 avatar andywhite37 commented on August 19, 2024 1

I'll try to enter some more issues for other things you might be interested in doing, because there are a fair amount of TODOs in the code. Thanks again!

from relude.

arecvlohe avatar arecvlohe commented on August 19, 2024

This would just be for ordering? I see there is a showF and SHOW_F. Just want to make sure before I take a stab at updating this.

from relude.

arecvlohe avatar arecvlohe commented on August 19, 2024

Oh I see it's being worked on 😄

from relude.

andywhite37 avatar andywhite37 commented on August 19, 2024

@arecvlohe - yeah I started working on this one before I saw your comment. Just to explain, for functions like eq in some of our types like List/Array/Result/etc., we have a version of the function that takes an Eq module for the contained type, and a function that takes a simple comparison function (not wrapped in a module). At some point, I think we decided we wanted to prefer the module-based functions, pretending that modular implicits exist, so we used the preferred name eq for the function that takes the module. The function that takes the comparison function was given the name eqF (for equals with a function), but we never liked that name. This effort was to rename eqF to eqBy, but you make a good point that other *F functions should also be renamed to *By. I can take care of this one for now.

from relude.

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.