Giter Site home page Giter Site logo

Comments (8)

gorros avatar gorros commented on August 21, 2024

@MrPowers I prefer this syntax col("blah").substr(0, 2).lower(), but I am curious if there is a way to do that for all functions without explicitly defining them.

from spark-daria.

gorros avatar gorros commented on August 21, 2024

@MrPowers but I can assist in monkey patching :)

from spark-daria.

MrPowers avatar MrPowers commented on August 21, 2024

@gorros - Thanks for the help @gorros! Let me know if you find a clever way to do this without explicitly defining all the functions. In the meantime, I'm going to keep adding functions in the pattern you laid out in PR #51. Thanks!

from spark-daria.

gorros avatar gorros commented on August 21, 2024

@MrPowers non-explicit solutions rely on reflection and I am not sure if they will work with implicit conversion. Also, I am not a fun of reflection. But I will try some more.

from spark-daria.

gorros avatar gorros commented on August 21, 2024

@MrPowers I came with another idea. Would you like to have the following syntax for the methods without additional arguments
col(" SOME_String ")|trim|lower
without rewriting them method?

from spark-daria.

eclosson avatar eclosson commented on August 21, 2024

My 2 cents. I like fluent interfaces over operator overloading as I find it creates more defensible code wrt keeping things as simple as possible.

However, I find the pipe overloading rather scala elegant, would support that.

One thing that might be worth it to try is the Dynamic trait https://www.scala-lang.org/api/2.12.x/scala/Dynamic.html

Don't have much experience with it but might allow the Fluent interface with little code.

Probably a concern: As of Scala 2.10, defining direct or indirect subclasses of this trait is only possible if the language feature dynamics is enabled.

from spark-daria.

gorros avatar gorros commented on August 21, 2024

@eclosson Thanks for info about Dynamic, I will check it out.

from spark-daria.

gorros avatar gorros commented on August 21, 2024

@MrPowers did you have chance to review my above suggestion?

from spark-daria.

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.