You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since `StrBuf` is so common, it would benefit from a more traditional name.
12
+
13
+
# Drawbacks
14
+
15
+
It may be that `StrBuf` is a better name because it mirrors Java `StringBuilder` or C# `StringBuffer`. It may also be that `String` is confusing because of its similarity to `&str`.
16
+
17
+
# Detailed design
18
+
19
+
Rename `StrBuf` to `String`.
20
+
21
+
# Alternatives
22
+
23
+
The impact of not doing this would be that `StrBuf` would remain `StrBuf`.
0 commit comments