Giter VIP home page Giter VIP logo

Comments (8)

snuyanzin avatar snuyanzin commented on July 30, 2024 2

yes that probably makes sense

why it was done in current way - probably nobody knows since it was done in javafaker first and those contributors are not active in both communities...

I can submit a minimal pull request to demonstrate this approach.

yes,go ahead

The only thing to note since they are public for a long time then first need to mark as deprecated and then remove later

from datafaker.

snuyanzin avatar snuyanzin commented on July 30, 2024 1

@asolntsev may be for future: I would suggest squashing commits while merging since it will simplify navigation through commits history
All the highlights could be done in commit message

from datafaker.

kingthorin avatar kingthorin commented on July 30, 2024

If that's the intent then I'm in agreement. I haven't been working on the project long enough to know.

from datafaker.

bodiam avatar bodiam commented on July 30, 2024

Makes sense. I don't think we have a super clear agreement about what is our public api vs our more internal. What would you propose to limit the visibility of these methods? Make them package protected? Or something else?

from datafaker.

asolntsev avatar asolntsev commented on July 30, 2024

I think we don't need these methods at all.
What I suggest:

  1. Remove public methods from IdNumber class:
    • public String validMacedonianPersonalCode()
    • public String invalidMacedonianPersonalCode()
    • etc.
  2. Load all classes like MacedonianIdNumber as service providers (a built-in mechanism in Java). Every provider knows what country it's responsible for.

I can submit a minimal pull request to demonstrate this approach.

from datafaker.

asolntsev avatar asolntsev commented on July 30, 2024

@snuyanzin Thanks. Yes, in this case I should squash all commits.
But generally it's not always a good idea. Independent changes should stay in separate commits.

from datafaker.

snuyanzin avatar snuyanzin commented on July 30, 2024

yep, in generic case it depends on the context

from datafaker.

kingthorin avatar kingthorin commented on July 30, 2024

For my two cents it's the overall contribution that matters to the project not the individual bits of work/correction. So I'm in favour of squash and merge or using amending commits.

from datafaker.

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.