Program analysis for Clustering Programmers' Profile

Each programmer has his own way of programming but some criteria can be applied when analysing code: there are a set of best practices that can be checked, or ''not so common'' instructions that are mainly used by experts that can be found. Considering that all programs that are...

Full description

Bibliographic Details
Main Author: Novais, Daniel José Ferreira (author)
Other Authors: Pereira, Maria João Varanda (author), Henriques, Pedro Rangel (author)
Format: conferencePaper
Language:eng
Published: 2017
Subjects:
Online Access:http://hdl.handle.net/1822/65658
Country:Portugal
Oai:oai:repositorium.sdum.uminho.pt:1822/65658
Description
Summary:Each programmer has his own way of programming but some criteria can be applied when analysing code: there are a set of best practices that can be checked, or ''not so common'' instructions that are mainly used by experts that can be found. Considering that all programs that are going to be compared are correct, it's possible to infer the experience level of the programmer or the proficiency level of the solution. The approach presented in this paper has as main goal to compare sets of solutions to the same problem and infer the programmers profile. This can be used to evaluate the programmer skills, the proficiency on a given language or evaluate programming students. A tool to automatically profiling Java programmers called PP (Programmer Profiler) is presented in this paper as a proof of concept.