DConf 2013 Day 3 Talk 2: Code Analysis for D with AnalyzeD -- Stefan Rohe

preview_player
Показать описание
"Code Analysis for D with AnalyzeD" -- The second talk of DConf 2013 Day Three, by Stefan Rohe. From the abstract:

======================================================
Professional Programming in teams requires a common clean coding style. This could be enforced using code reviews, but the simpler and less offensive way to achieve this is by using a tool as style cop. It helps spreading the conventions about the language in the team and assisting new team members in easily adopt to the programming style by getting fast feedback on their code. Having such a static code analyzer refactoring becomes easier, because it reminds about now unused variables, unused parameters or other refactoring artifacts.

This talk will introduce you to AnalyzeD, explain you how it's working, and give you an outline about what's planned.
======================================================
Рекомендации по теме