Tagged Questions
9
votes
3answers
832 views
Being prepared for a code review as a developer?
I am looking for some ideas here.
I read the article How should code reviews be Carried Out and Code Reviews, what are the advantages? which were very informative but I still need more clarity on the ...
7
votes
2answers
433 views
Are there any opensource APIs that help analyze code?
As an example, let's say that I need to check for a certain usage of C# code and warn the user that that is a bad pratice. There are multiple usages that I want to detect, such as:
Resource not ...
2
votes
2answers
136 views
Code reviewing in the presence of strong type inference and basic editors
I’m curious to know how folks deal with comparative code reviews (version x against y of a file) in the presence of strong type inference, that is when ‘var’ (in C#) or ‘auto’ (in C++ 0x) is used in ...
1
vote
0answers
29 views
Checklist for coding MVVM web application
We are a small team working on a web application using MVVM design pattern using technologies like .NET, Knockout and HTML. I am trying to come up with a code review checklist for this, so that my ...