File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -2684,20 +2684,6 @@ the var as documentation.
2684
2684
(bar x))
2685
2685
----
2686
2686
2687
- == Existential
2688
-
2689
- === Be Functional [[be-functional]]
2690
-
2691
- Code in a functional way, using mutation only when it makes sense.
2692
-
2693
- === Be Consistent [[be-consistent]]
2694
-
2695
- Be consistent. In an ideal world, be consistent with these guidelines.
2696
-
2697
- === Common Sense [[common-sense]]
2698
-
2699
- Use common sense.
2700
-
2701
2687
== Testing
2702
2688
2703
2689
=== Test Directory Structure [[test-directory-structure]]
@@ -2764,6 +2750,20 @@ core functionality, and
2764
2750
https://github.com/stuartsierra/reloaded[reloaded] provides leiningen
2765
2751
integration.
2766
2752
2753
+ == Existential
2754
+
2755
+ === Be Functional [[be-functional]]
2756
+
2757
+ Code in a functional way, using mutation only when it makes sense.
2758
+
2759
+ === Be Consistent [[be-consistent]]
2760
+
2761
+ Be consistent. In an ideal world, be consistent with these guidelines.
2762
+
2763
+ === Common Sense [[common-sense]]
2764
+
2765
+ Use common sense.
2766
+
2767
2767
== Tools
2768
2768
2769
2769
One problem with style guides is that it's often hard to remember all the guidelines
You can’t perform that action at this time.
0 commit comments