Skip to content

Commit ee59832

Browse files
authored
add paragraphs
1 parent 72fff76 commit ee59832

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1536,9 +1536,13 @@ Time.current # Same thing but shorter.
15361536
== Duration
15371537

15381538
Don't use `.since`, `.after` without a parameter, prefer `.from_now`.
1539+
15391540
Dont't use `.until`, `.before`, without a parameter, prefer `ago`.
1541+
15401542
Dont't use `.ago' or `.from_now` with a parameter, prefer their respective aliases `.until` or `.before` for `ago` and `.since` or `.after` for `from_now`
1543+
15411544
Don't use hard coded negative numbers for the duration subject
1545+
15421546
As a general rule, make sure that reading the code as it was plain english makes total sense.
15431547

15441548
[source,ruby]

0 commit comments

Comments
 (0)