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

Architecture should have setup.setBigPictureResource(...) #19

Open
de-jcup opened this issue Apr 10, 2015 · 0 comments
Open

Architecture should have setup.setBigPictureResource(...) #19

de-jcup opened this issue Apr 10, 2015 · 0 comments

Comments

@de-jcup
Copy link
Owner

de-jcup commented Apr 10, 2015

Should be Like in UseCase:

protected void doSetup(UseCaseSetup setup){
        setup.setExamplePictureResource(...)
}

=>

protected void doSetup(ArchitectureSetup setup){
        setup.setBigPictureResource(...)
}

Purpose is to have a dedicated position in document for such kind of pictures.
(A big picture should always give you straight forward view of the architecture)

see also:
#20
#21

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

No branches or pull requests

1 participant