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

19 lines
659 B
Plaintext
Raw Normal View History

=== On 2014-12-15T16:07:48Z Ann Campbell Wrote:
R# RedundantExtendsListEntry
=== On 2015-05-08T15:37:56Z 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 2015-05-11T13:30:37Z Ann Campbell Wrote:
see what you think now [~dinesh.bolkensteyn]
=== On 2015-05-11T14:24:48Z 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.