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

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

[nongnu] elpa/julia-mode bfa54b2 331/352: Minor point about preferring t


From: ELPA Syncer
Subject: [nongnu] elpa/julia-mode bfa54b2 331/352: Minor point about preferring the rx macro for regexs.
Date: Sun, 29 Aug 2021 11:23:12 -0400 (EDT)

branch: elpa/julia-mode
commit bfa54b27d6592cf8714f25207a3188dc501b9506
Author: Tamas K. Papp <tkpapp@gmail.com>
Commit: Tamas K. Papp <tkpapp@gmail.com>

    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]