Skip to content

Commit ccb2f40

Browse files
author
Brylie Christopher Oxley
committed
Simplicity
1 parent 5966ecb commit ccb2f40

File tree

1 file changed

+5
-0
lines changed
  • content/contributing-code/javascript-guidelines

1 file changed

+5
-0
lines changed

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

+5
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ 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+
### Simplicity
21+
22+
> Use and build only what is _essential_ to a project _when_ it is needed.
23+
24+
Projects can easily grow beyond their essence by taking on dependencies and features that are not central to their purpose. Keep the essential purpose in mind as a project evolves. Take on only what is needed and only when the need arises.
2025

2126
### Stability
2227

0 commit comments

Comments
 (0)