Skip to content

Commit 5966ecb

Browse files
author
Brylie Christopher Oxley
committed
River delta
1 parent 67385c2 commit 5966ecb

File tree

1 file changed

+4
-1
lines changed
  • content/contributing-code/javascript-guidelines

1 file changed

+4
-1
lines changed

content/contributing-code/javascript-guidelines/contents.lr

+4-1
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,13 @@ These JavaScript Guidelines help developers who are new to the community and wan
1717
## Philosophy
1818
A few philosophical guidelines can stand in place of a thousand narrow rules.
1919

20-
### Stewardship
20+
21+
### Stability
2122

2223
> Build for longevity and maturity.
2324
25+
It is easy to get swept away in the rushing waters of new projects, tools, and libraries. However, the sedimentary landscape left behind by the swift and meandering river of change can be unstable. It is certainly unwise to build one's home on a river delta.
26+
2427
Choose an existing framework and set of tools and use them to make what matters to you. Avoiding creating a bespoke framework when a current framework would get you further down the road.
2528

2629
When choosing tools and technologies, keep an eye towards mature projects and standards built to last many years. Find projects that extend existing standards and ways of working.

0 commit comments

Comments
 (0)