I read two bug reports today (issues…): the first was a good one (every one must be as good as this one) and the second…
I downloaded the example project and copy the offending method (select the Method Name, Copy and Paste below):
Public Function SimpleMethod(value As String) As string
Function SimpleMethod() As String
Return "Hello World!"
End Function
End Function
I am speechless. The guy do not checked (nor read) the documentation. He is not alone in this case, but it is the first one who demonstrate it.
NB: I can, at times, misread the documentation (read the first line and skip the important part, wrongly understand, etc. but I read it, i search before asking).
I certainly wouldn’t make fun of someone for being inexperienced, but it takes a very special snowflake to believe there’s such a fundamental bug in a fairly-prominent programming language and that it’s not their own error.
As developers we’ve all dealt with a few of these as we provide support for our applications. Sometimes it’s good to know that our experience is not unique in this regard.