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 don’t like Mondays…
5 posts - 5 participants