rspec/rules/S1939/comments-and-links.adoc

19 lines
662 B
Plaintext

=== on 15 Dec 2014, 16:07:48 Ann Campbell wrote:
R# RedundantExtendsListEntry
=== on 8 May 2015, 15:37:56 Dinesh Bolkensteyn wrote:
\[~ann.campbell.2] This rule definitely makes sense for C# - but I don't like "an extension" in the description. I can't understand what it is.
=== on 11 May 2015, 13:30:37 Ann Campbell wrote:
see what you think now [~dinesh.bolkensteyn]
=== on 11 May 2015, 14:24:48 Dinesh Bolkensteyn wrote:
LGTM
Note that in C#, classes and interfaces are derived from using the following syntax: ``++class MyDerivedClass : MyBaseClass, MyBaseInterface++``
So the words ``++extends++`` and ``++implements++`` do not appear in the code.