Mastodon Feed: Post

Mastodon Feed

Anathema wrote:

TIL if you try to initialise a `StringBuilder` with a char && a capacity it will actually silently convert your char to int use the `StringBuilder(int capacity, int maxCapacity)` overload.

Death to implicit conversion except during assignment! #csharp