10 ms·
In this case I think not. However I strongly agree with your position and have tried hard to ensure that my code is commented such that it explains why the code
by ericlippert 6y ago
In this case I think not. However I strongly agree with your position and have tried hard to ensure that my code is commented such that it explains why the code works as it does. See https://ericlippert.com/2014/09/08/comment-commentary/ https://ericlippert.com/2014/09/08/comment-commentary/ for more thoughts on this subject.
- rkagerer 6y agoHey Eric thanks for responding here! Love that article, it was interesting to read your dissection of code comments. For anyone else reading it, here's an updated link to the CS file referenced in his blog post (the original moved): https://github.com/dotnet/roslyn/blob/master/src/Compilers/CSharp/Portable/Binder/Semantics/Conversions/UserDefinedExplicitConversions.cs https://github.com/dotnet/roslyn/blob/master/src/Compilers/C...
- ericlippert 6y agoYeah, all the links are wrong now. I'll fix them!