Code Monkey home page Code Monkey logo

Comments (3)

jodosha avatar jodosha commented on May 26, 2024

@jeremyf Thanks for opening this discussion.

I'd stick with collection in mapper. It's part of the public API and it's a reasonable name for a "group of cohesive records". It has to be data store independent, for this reason I haven't named it table, because it's tight to the SQL world. That name was inspired by MongoDB concept of collection, that probably makes sense for other databases too: SQL, Redis..

Now, for the other internal naming, I'm open to suggestions. What do you think?

from model.

jeremyf avatar jeremyf commented on May 26, 2024

@jodosha In reading through the class, it has two types of methods:

  • Configuration: :attribute, :entity, :repository, :identity, etc.
  • Transformations: :serialize, :deserialize, :deserialize_attribute
# A collection is a set of homogeneous records. Think of a table of a SQL
# database or about collection of MongoDB.

I found this a bit misleading. The class appears to be instructions on how to map a homogenous set of persisted records from one form to another; Typically from persistence to memory and vice versa.

So perhaps the class might be better named Mapping::Instruction? I'm glad that you pointed out that that Lotus::Model::Mapper#collection is part of the public API. And I would like the method names to line up with class names.

So this leads to a question about deprecation notices. This does not mean I expect #collection to be deprecated. But instead want to know of methodology for deprecation notices. I assume this would be something in Lotus::Utils.

from model.

jodosha avatar jodosha commented on May 26, 2024

Closed by 9e32a30

from model.

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.