When Cake Meets NDepend
As a developer, I’m a big fan of automation. I can’t create software where I need to push buttons and run manual scripts, to test and deploy it. To help me automate my software development tasks, I use Cake, “a cross-platform build automation system with a C# DSL.”
Working as a team, there are specific tasks to be carried, such as code reviews. A code review can be focused on architectural principles, naming conventions, test coverage, among others. To aid the code reviews, static code analyzers can be used, helping with the code analysis. Personally, I prefer NDepend, because of the wide range of reports and insights about the codebase. https://goo.gl/YUcVAF #DataIntegration #ML
Make your R code run faster
There are lots of tricks you can use to make R code run faster: use more efficient data structures; vectorize your R code; offload complex data management tasks to databases. Emily Robinson shares…
… https://goo.gl/Bu12zG #BigData #Analytics