Skip to content

Instantly share code, notes, and snippets.

View akshay-99's full-sized avatar

Akshay Padte akshay-99

View GitHub Profile

By Akshay Padte (@akshay-99)

Overview

Over the course of this summer, I worked on extending the Friendly Error System of p5.js with the help of my mentor Stalgia Grigg. The Friendly Error System, or FES for short, is a component of p5.js designed to help new programmers with common errors as they get started with learning. It detects common errors and mistakes and provides helpful messages to help the user resolve these.

The major goals of this project were:

  1. Improving the efficiency (speed and size) of the entire system.
  2. Fixing bugs with the existing FES