emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/julia-mode 88d7d87 332/352: Merge pull request #121 from J


From: ELPA Syncer
Subject: [nongnu] elpa/julia-mode 88d7d87 332/352: Merge pull request #121 from JuliaEditorSupport/tp/prefer-rx
Date: Sun, 29 Aug 2021 11:23:12 -0400 (EDT)

branch: elpa/julia-mode
commit 88d7d875ef32eb9fb76917c97150654bb91ac96a
Merge: 7de3b0c bfa54b2
Author: Tamas K. Papp <tkpapp@gmail.com>
Commit: GitHub <noreply@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

[Prev in Thread] Current Thread [Next in Thread]