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

Shiny Modules #15

Closed
ColinFay opened this issue Aug 9, 2019 · 4 comments
Closed

Shiny Modules #15

ColinFay opened this issue Aug 9, 2019 · 4 comments
Assignees
Milestone

Comments

@ColinFay
Copy link
Member

ColinFay commented Aug 9, 2019

https://github.com/ThinkR-open/building-shiny-apps-workflow/blob/master/structure.Rmd#L218

Write something about what are shiny modules and how they work. This should be the technical counterpart of the previous chapter about splitting app into little pieces (#12)

@ColinFay
Copy link
Member Author

1 Why modules ?

2 Modules

3 stratégie du petit r

@Cervangirard Cervangirard self-assigned this Sep 6, 2019
@VincentGuyader VincentGuyader added this to In review in book project board Sep 6, 2019
@Cervangirard Cervangirard moved this from In review to Ready in book project board Sep 6, 2019
@VincentGuyader VincentGuyader moved this from Ready to To do in book project board Sep 6, 2019
@Cervangirard Cervangirard moved this from To do to Ready in book project board Sep 6, 2019
@statnmap statnmap added this to the 1st step milestone Sep 6, 2019
@ColinFay
Copy link
Member Author

ColinFay commented Sep 8, 2019

This chapter should emphasise how using modules really helps from an organisational point of view

@ColinFay
Copy link
Member Author

@ColinFay
Copy link
Member Author

ColinFay commented Nov 3, 2019

The Rule of Modularity bears amplification here: The only way to write complex software that won't fall on its face is to build it out of simple modules connected by well-defined interfaces, so that most problems are local and you can have some hope of fixing or optimizing a part without breaking the whole.

http://www.catb.org/~esr/writings/taoup/html/modularitychapter.html

@ColinFay ColinFay closed this as completed Jan 5, 2020
book project board automation moved this from Ready to Done Jan 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Development

No branches or pull requests

3 participants