API Design: Don't try to guess (opens in new tab)
I was reviewing some code, and I ran into the following snippet. Take a look at it:public void AddAttachment(string fileName, Stream stream) { Va...
Read the original articleI was reviewing some code, and I ran into the following snippet. Take a look at it:public void AddAttachment(string fileName, Stream stream) { Va...
Read the original article