Tag Archives: Software Engineering
Final Podcast
Final Blog Post
Introduction
This is my final blog post for my Software Engineering class. In this post I briefly describe Plato, I give the results of my experiment, and I analyze what I learned about the open source code for my project. Read More
List of Open Source Projects
Here is my list of open source code projects that I will run plato.js on for my Software Engineering project.
plato.js :: https://github.com/es-analysis/plato
Are Software Metrics Useful?
Source Code Analysis and Javascript
What Makes a Good Source Code Static Analysis Tool?
Useful software systems change [1]. The best practice in modifying software without prior knowledge of the source code is to methodically investigate the system rather than implementing an opportunistic approach [1]. Robillard, Coelho, and Murphy’s study showed that developers who do not know a system of software must take a focused approach to changing it. Read More