HackCMU 2018
Brian Wei, Alex Schneidman, Liam Walker, Cayden Codel
Carnegie Mellon University
About
ML algorithm that takes .cpp files as input and determines if it has good style.
When you upload a file to our site, we run your file against our ML model. The model attempts to identify where there are stylistic errors in the code. So why is this better and why shouldn't you just use a traditional linter? Traditional linters are designed to read code line by line to determine if code has good or bad style through raw computation. The model hopes to indentify heuristics that can highlight characteristics of poor style.
Log in or sign up for Devpost to join the conversation.