Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [e4-dev] Keeping code analysis in mind

Bug I mention is https://bugs.eclipse.org/bugs/show_bug.cgi?id=396388

On Wed, Dec 12, 2012 at 11:58 AM, Sopot Çela <sopotcela@xxxxxxxxx> wrote:
Hi e4 committers/contributors,

I was looking at https://dev.eclipse.org/sonar/dashboard/index/10079 and wanted to propose that every now and then we keep in mind the technical debt that we accumulate while making commits. I started by opening a bug tracking the work that we do in this direction. Sonar allows you to drill down to LOC level so it's pretty easy to find critical code patterns (like catching Throwables etc).

Whether you do it in your next commit (comply to good-code-rules) or decide to do a clean up of previous code we would save ourselves trouble for later. Now that we configured the code analysis infrastructure it is time to use it.

Sopot


Back to the top