Skip to content

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

@0pdd

Description

@0pdd

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions