Skip to content

Create Validation object#19

Merged
malinink merged 9 commits intodevfrom
feature-4
Mar 14, 2019
Merged

Create Validation object#19
malinink merged 9 commits intodevfrom
feature-4

Conversation

@levkovalenko
Copy link
Copy Markdown
Member

  • message object
  • implement its methods
  • validation object
  • implement its methods

close #4

@levkovalenko levkovalenko added the Ready PR is ready for review label Mar 12, 2019
@levkovalenko levkovalenko self-assigned this Mar 12, 2019
@levkovalenko levkovalenko requested a review from malinink March 12, 2019 11:01
GetNumber() int
}

type JobsModelInterface interface {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

всеже JobModelInterface

@@ -1,4 +1,7 @@
package Domain

type RepositoryInterface interface {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ClientRepositoryInterface ? It's just an idea, we could refactor when there is need to add one more repo into project

package Domain

type RepositoryInterface interface {
GetUser(id int) UserApplicationModelInterface
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Client ?

package Domain

type HelloWorldViewModel interface {
type UserViewModelInterface interface {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also Client ?
P.S. Is it a good idea to call "Client" all Bank clients?
Cause of user - could be any user, i.e. not a client.

@malinink malinink merged commit 38efc07 into dev Mar 14, 2019
@levkovalenko levkovalenko deleted the feature-4 branch March 14, 2019 20:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Ready PR is ready for review

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Create message and validation

2 participants