|
Browse by Tags
All Tags » rules
Showing page 1 of 7 (63 total posts)
-
Today, I'll do another installment of the CodeIt.Right
Rules, Explained series. This is post number five in the series. And,
as always, I'll start off by citing my two personal rules about static analysis guidance,
along with the explanation for them.
Never implement a suggested fix without knowing what makes it a fix. ...
-
''You never concatenate strings. Instead, always use a StringBuilder.''
I feel pretty confident that any C# developer that has ever worked in a group has
heard this admonition at least once. This represents one of those bits of developer
wisdom that the world expects you to just memorize. Over the course of
your career, ...
-
Today, I'll do another installment of the CodeIt.Right
Rules, Explained series. I have now made four such posts in this series.
And, as always, I'll start off by citing my two personal rules about static analysis
guidance.
Never implement a suggested fix without knowing what makes it a fix.
Never ignore a suggested fix ...
-
Hello,
My company just made a purchase of CodeIt.Right with Software Assurance and Support Subscription, and we're having some issues getting it work properly. (The subscription part seems to have not gone through your system yet according to the "Check for Updates" button in VS, which says we have no subscription, but we trust ...
-
In what has become a
series of posts, I have been explaining some CodeIt.Right rules in depth.
As with the last post in the series, I'll start off by citing two rules that I, personally,
follow when it comes to static code analysis.
Never implement a suggested fix without knowing what makes it a fix.
Never ignore a suggested ...
-
Hello.
I need to add some simple rules to .sql and .txt files included to my project (rules like find strings).
Is it possible to configure CodeIt.Right to parse files which are not directly c# project compiled files (like *.txt, *.xml or *.sql files)?
-
A little while back, I started
a post series explaining some of the CodeIt.Right rules. I led into the
post with a narrative, which I won't retell. But I will reiterate the two rules
that I follow when it comes to static analysis tooling.
Never implement a suggested fix without knowing what makes it a fix.
Never ignore ...
-
I've heard tell of a social experiment conducted with monkeys. It may or may
not be apocryphal, but it illustrates an interesting point. So, here goes.
Primates and Conformity
A group of monkeys inhabited a large enclosure, which included a platform in the middle,
accessible by a ladder. For the experiment, their ...
-
I see that this is used within the <#= ... #> tags to insert any non-standard tags in the comments. However, if I try to get these tags in code:
var nonStandTags = Context.GetNonGeneratedTags();
Nothing is returned. The string is either empty or null (string.IsNullOrEmpty(nonStandTags) returns true).
However, if it is used within the ...
-
I have a method that when I document it with GhostDoc pro (I'm evaluating it), always returns the same documentation. It is an implementation method for an interface. It does not pick up the docs from the interface. If I change the summary or parameter text, it is change to some standard. I've tried deleting and adding the method. ...
1 ...
|
|
|
|