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

JavaxMailOutbox.java:42-51: Compare two ways of the... #7

Closed
0pdd opened this issue Mar 27, 2019 · 1 comment
Closed

JavaxMailOutbox.java:42-51: Compare two ways of the... #7

0pdd opened this issue Mar 27, 2019 · 1 comment
Labels
Milestone

Comments

@0pdd
Copy link
Collaborator

0pdd commented Mar 27, 2019

The puzzle DEV-b58c31ec from #DEV has to be resolved:

* @todo #/DEV Compare two ways of the design:
* 1) Using func to build an inbox/outbox like
* {code
* final Inbox inbox = new InboxOf(new JavaxMailInbox(properties));
* }
* 2) Using object directly like
* {code
* final Outbox outbox = new JavaxMailOutbox(properties);
* }
* and use the only 1.

The puzzle was created by @dgroup on 27-Mar-19.

If you have any technical questions, don't ask me, submit new tickets instead. The task will be "done" when the problem is fixed and the text of the puzzle is removed from the source code. Here is more about PDD and about me.

@0pdd
Copy link
Collaborator Author

0pdd commented Mar 30, 2019

The puzzle DEV-b58c31ec has disappeared from the source code, that's why I closed this issue.

@0pdd 0pdd closed this as completed Mar 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants