Skip to main content

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

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