Skip to content

Commit ab90016

Browse files
committed
Push the Existential section to the end of the guide
1 parent 946c08c commit ab90016

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

README.adoc

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2684,20 +2684,6 @@ the var as documentation.
26842684
(bar x))
26852685
----
26862686

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-
27012687
== Testing
27022688

27032689
=== Test Directory Structure [[test-directory-structure]]
@@ -2764,6 +2750,20 @@ core functionality, and
27642750
https://github.com/stuartsierra/reloaded[reloaded] provides leiningen
27652751
integration.
27662752

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+
27672767
== Tools
27682768

27692769
One problem with style guides is that it's often hard to remember all the guidelines

0 commit comments

Comments
 (0)