Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

摘要

StrBuf should be renamed to String.

動機

Since StrBuf is so common, it would benefit from a more traditional name.

Drawbacks

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.

詳細設計

Rename StrBuf to String.

替代方案

The impact of not doing this would be that StrBuf would remain StrBuf.

未解決的問題

None.