branch: elpa/julia-mode
commit 88d7d875ef32eb9fb76917c97150654bb91ac96a
Merge: 7de3b0c bfa54b2
Author: Tamas K. Papp <tkp...@gmail.com>
Commit: GitHub <nore...@github.com>

    Merge pull request #121 from JuliaEditorSupport/tp/prefer-rx
    
    Minor point about preferring the rx macro for regexs.
---
 README.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/README.md b/README.md
index c9ce5a4..b180554 100644
--- a/README.md
+++ b/README.md
@@ -32,4 +32,6 @@ Please
 
 2. add a short summary in the [Unreleased section of the 
CHANGELOG](CHANGELOG.md#unreleased).
 
+3. use the `rx` macro (S-expressions) whenever rewriting existing regular 
expressions or introducing new ones; it keeps the code much more readable.
+
 We do our best to provide feedback within 2 weeks, feel free to bump in a 
comment after that.

Reply via email to