Quantcast
Channel: Question and Answer » code-analysis
Browsing all 4 articles
Browse latest View live

Why would anyone invest time in Microsoft “Roslyn”?

I have just been reading through some of the white papers & examples from Microsoft “Roslyn” and the concept seems very interesting. From what I can tell, it opens up the black box that is the...

View Article


Is it okay to make coding style changes on an open source project that...

Recently, I came across a number of open source Ruby (or majority of it was Ruby) projects on GitHub that when checked with a code analyzing tool like Rubocop, create a lot of offenses. Now, most of...

View Article


How to determine what throws an exception

Whenever I encounter crashes, the exact type of the exception usually already gives enough info to easily find the culprit. FileNotFoundException will hardly occur while using sockets. Now recently I...

View Article

Should static analysis be integrated with code review? [closed]

I want to integrate various static analysis tools, and then add the results as comments on a file within code review tools, such as Stash or Review board. I am exploring the feasibility of writing such...

View Article
Browsing all 4 articles
Browse latest View live