CodeCorrect can find Solutions of the Common Errors in Your Code

CodeCorrect can find Solutions of the Common Errors in Your Code

0 0

At the TechCrunch Disrupt, one of the hackers presented a solution which was quite handy for the developers. The CodeCorrect, which was able to present the possible solutions for the errors which a coder makes while writing any code.

Developer of CodeCorrect Project:

Peter Needham, who is a solo hacker, presented this solution. He developed this program to help out the developers get the possible solutions of errors which they make during coding. For this reason, he used connection with the StackOverFlow API to find solutions of the errors quickly and more effectively. Needham was coding since his high school, his focus on developing this project was to come up with the best solution against the errors that he normally make in his daily life. He is still learning coding though, but presented this really good solution which can save coder’s time and provide them solutions to errors.

Working of the CodeCorrect Hack:

This hack works by submitting a request to StackOverflow. For submitting the request, it is required to submit a piece of JavaScript web code. This then catches the uncaught coding errors and send a request to the StackOverflow API to find the best possible solutions of the error that the code has. The answers are retrieved from the StackOverflow, if it’s possible to convert them into instructions, then the changes are automatically made in original code. The basic aim behind this solution is to save the time and efforts of the junior coders who spend too much time in finding and sorting out the solutions for it.

Leave a Reply