-
-
Notifications
You must be signed in to change notification settings - Fork 26.7k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Data Transfer Hash pattern #1269
Labels
Comments
Hello, I would work on this issue within one month. |
Here you go @x418-22n Please mention a timeline for when can we expect a PR against this issue. |
This issue is free for taking again. |
Hi, I would like to give it a shot. Could you please assign it to me? I believe I could open a PR before Apr 24th. |
Ok @SpaceIshtar |
@SpaceIshtar are you working on this? |
hello, @iluwatar can you assign this issue to me.? |
Basmala27
pushed a commit
to Basmala27/java-design-patterns
that referenced
this issue
Dec 8, 2024
- Added null checks in `getData` and `removeData` methods to handle cases where the key does not exist. - Updated tests for `addData`, `getData`, and `removeData` to ensure proper functionality. - Improved the `displayData` method to provide clearer output. - Fixed minor formatting and documentation issues in the `DataTransferHashMap` class. Closes iluwatar#1269 (if the issue is related to an existing issue on GitHub)
Basmala27
added a commit
to Basmala27/java-design-patterns
that referenced
this issue
Dec 8, 2024
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Description:
The Data Transfer Hash design pattern is used to transfer a large amount of data between different parts of a system or across systems. This pattern uses a hash map to store data as key-value pairs, which facilitates easy data retrieval and manipulation. The primary elements of this pattern include:
References:
Acceptance Criteria:
The text was updated successfully, but these errors were encountered: