Skip to content

Commit ad85a59

Browse files
committed
intro to last chapter
1 parent 8fa7e99 commit ad85a59

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

chapters/ch06.asciidoc

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
[[secure-isolated-and-scalable]]
2-
== Secure, Isolated, and Scalable
1+
[[development-methodology-and-philosophy]]
2+
== Development Methodology and Philosophy
33

4-
# chapter around basically 12factor but repurposed for modules
4+
Even though most of us work on projects where the source code is not publicly available, we can all benefit from following open-source best practices, many of which still apply in closed-source project development. Pretending all of our code is going to be open-source results in better configuration and secret management, better documentation, better interfaces, and more maintainable codebases overall.
5+
6+
In this chapter we'll explore open-source principles and look at ways in which we can adapt a methodology and set of robustness principles known as "The Twelve-Factor App"footnote:[see-tfa,You can find the original 12 Factor App methodology and its documentation at: https://mjavascript.com/out/12factor.] -- generally devised for back-end development -- to modern JavaScript application development, front-end and back-end alike.
57

68
=== 6.1
79

0 commit comments

Comments
 (0)