|
I am a big NDepend fan and so I read quite a bit from Patrick Smacchia. I was reading a post of his this morning regarding " Where do developers care for Software Quality " in which he looks at the NDepends site log files in Google Analytics to see where...
Started by Andrew Siemer on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Analyser, and there's an argument that style is not an indication of code quality and StyleCop guidelines (m_ for member variables? Oh please) Of course StyleCop is not a static code.
|
|
What techniques you use to ensure code quality?
Pairing? Code reviews? Design? Documentation?
What helps you creating extensible quality software?
Started by Hubert on
, 12 posts
by 12 people.
Answer Snippets (Read the full thread at stackoverflow):
For most of the rules I was happy to use is translating the solution.... .
Http of reminding you to keep up the quality of your code.
In terms of code quality in my last .NET project I used StyleCop to keep my code clean.
|
|
Possible Duplicates:
How do we define Code Quality?
Software quality metrics
What critera you use to determine quality of code? metrics or some other?
Started by Sergey Zenchenko on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
See these:
http://stackoverflow.com/questions/405243/how-do-we-define-code-quality http://stackoverflow.com/questions/162367/what-hurts-the-quality-of-your-code-most http://stackoverflow.com/questions/1205153/how-to-increase....
|
Ask your Facebook Friends
|
Writing less code will give best productive/quality/performance! Is it true?
Started by LittleBoy on
, 19 posts
by 19 people.
Answer Snippets (Read the full thread at stackoverflow):
The amount of code that is....
So DRY code will make you more productive and better quality.
Less Code != Higher it in ONE place.
So it may be higher quality.
Of bugs usually raises with the number of code lines.
|
|
Why is bug reports (unit testing, QA testing, etc.) not a good measure of code quality? And what is the best way to measure code quality?
I believe code quality can be measured more during peer reviews rather than the number of bug reports during testing...
Started by jasonline on
, 11 posts
by 11 people.
Answer Snippets (Read the full thread at stackoverflow):
Because bug....
"Quality" is about code doing the correct thing the appropriate way, not just moving the instruction.
Code can be of utmost quality and still do the wrong thing, so bugs and code quality sometimes.
|
|
I'm looking for a tool that can provide code quality metrics.
For instance it could report
very long functions (spaghetti code) very complex classes (which could contain do-it-all code) ... While we're on the (subjective:-) subject of code quality, what...
Started by Cristi Diaconescu on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
Have a look at NDepend features....
What you need is NDepend.
( http://en.wikipedia.org/wiki/List_of_tools_for_static_code_analysis ).
You could try looking at FxCop ( http://msdn.microsoft.com/en-us Analysis).
Also has code metrics built in.
|
|
Hi all,
I m looking to write some quality C code. Can someone point me to some articles , websites..whatever I need something with examples. I have already seen and read K&R C book.
But times have changed, some one must have more to say on quality C Code...
Started by linkedlist on
, 12 posts
by 12 people.
Answer Snippets (Read the full thread at stackoverflow):
Of aspects for quality of code and tons of articles, books, blogs
but I can advice you this ones, but having syntactically smooth code is not going to ensure a quality end-product, because there's more whether or not you are....
|
|
Can you give some advice on how to maintain the code quality at a high level when you have to finish as soon as possible.
Do you know some special techniques? Is the programming language a critical element for code quality under a tight schedule?
Started by Andrei Savu on
, 33 posts
by 33 people.
Answer Snippets (Read the full thread at stackoverflow):
If you want high ....
High quality code and tight.
I would say small testable have to reimplement something similar and we can do it in a couple days .
So - good training will lead to faster, higher-quality code generation.
|
|
I've gotten a couple of interviews from companies to fill a junior software developer, half of which are consulting companies.
My last and first job didn't really focus on code quality and was very budget oriented. Creating high quality code is something...
Started by burnt1ce on
, 19 posts
by 19 people.
Answer Snippets (Read the full thread at stackoverflow):
Because low code quality will in the end bite you "care" about code quality, it's more that high quality code is difficult and expensive to write (....
On code quality sounds like an oxymoron to me.
|
|
Earlier today I asked a question about enforcing coding standards . Someone mention about NDepend tool that does code analysis. It looks like this tools does a lot of good thing to help developers to write higher quality code. The problem is that NDepend...
Started by Vadim on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Although, as Jeffrey Kemp says, high quality programmers produce high quality code, you can use ....
No tool can compensate for that.
The best tool for producing higher quality code is higher quality programmers.
|