Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add random IBAN generation #223

Merged
merged 1 commit into from
Oct 20, 2022
Merged

Add random IBAN generation #223

merged 1 commit into from
Oct 20, 2022

Conversation

marcwrobel
Copy link
Owner

The BbanStructure has been made public as part of this commit but the isBbanValid method is still package private. We do not want to expose it for the time being : users are expected to use the Iban class instead.

@marcwrobel marcwrobel linked an issue Oct 19, 2022 that may be closed by this pull request
@marcwrobel marcwrobel force-pushed the 153-add-iban-generation branch 2 times, most recently from 1d451fa to e2680c9 Compare October 19, 2022 21:43
Repository owner deleted a comment from sonatype-lift bot Oct 19, 2022
Repository owner deleted a comment from sonatype-lift bot Oct 19, 2022
@marcwrobel marcwrobel force-pushed the 153-add-iban-generation branch 4 times, most recently from 2ba8a45 to 2fcd412 Compare October 19, 2022 22:10
@marcwrobel
Copy link
Owner Author

@aSemy, the initial implementation for random IBAN generation is ready. Could you have a look at the RandomIban class and let me know if it looks good to you ? Do you think I missed something ?

Repository owner deleted a comment from sonatype-lift bot Oct 19, 2022
Repository owner deleted a comment from sonatype-lift bot Oct 19, 2022
@marcwrobel marcwrobel force-pushed the 153-add-iban-generation branch from 2fcd412 to 73f1ef0 Compare October 19, 2022 22:17
@marcwrobel marcwrobel changed the title Add random IBAN generation (closes #153) Add random IBAN generation Oct 19, 2022
@aSemy
Copy link

aSemy commented Oct 20, 2022

@marcwrobel Thanks! I'll take a look.

@aSemy
Copy link

aSemy commented Oct 20, 2022

You might like to look at my PR for iban4j that does the same thing. The code is different, but the tests might be useful. arturmkrtchyan/iban4j#93

@marcwrobel
Copy link
Owner Author

@marcwrobel Thanks! I'll take a look.

Thank you for your time @aSemy !

The BbanStructure has been made public as part of this commit but the isBbanValid method is still package private. We do not want to expose it for the time being : users are expected to use the Iban class instead.
@marcwrobel marcwrobel force-pushed the 153-add-iban-generation branch from 73f1ef0 to b8b5630 Compare October 20, 2022 10:32
@marcwrobel marcwrobel merged commit b8b5630 into main Oct 20, 2022
@marcwrobel marcwrobel deleted the 153-add-iban-generation branch October 20, 2022 10:35
@aSemy
Copy link

aSemy commented Oct 20, 2022

A pleasure! Thanks for taking the time to improve the library!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add IBAN generation
2 participants