Skip to content

Commit acda9b2

Browse files
nik-revepage
andauthored
Add drawback: large string modifier count can be confusing
Co-authored-by: Ed Page <[email protected]>
1 parent 8b4422c commit acda9b2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

text/3830-dedented-string-literals.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -941,6 +941,8 @@ let _ = d"
941941
# Drawbacks
942942
[drawbacks]: #drawbacks
943943

944+
- The more string literal modifiers that are stacked on each other, more work is needed to decipher it and can feel a bit too foreign
945+
944946
- Contributes to the increase of string literal modifiers by adding a new variant.
945947

946948
While at the moment the variety of string literal modifiers is small, it is worth to think about the implications of exponential increase of them.

0 commit comments

Comments
 (0)