BrandonArmand / Binari

Interactive code editor with a live binary tree visual designed to teach new developers the fundamentals of Data Structures.
https://binari.dev
MIT License
177 stars 111 forks source link

Code Cleaning #86

Closed arjunpras closed 9 months ago

arjunpras commented 9 months ago

Taken out the helper functions from ./Canvas,js to ../helpers.js

BrandonArmand commented 9 months ago

This fails to build. netlify does a deploy preview in the github actions which builds and deploys your version of the code to test here.

arjunpras commented 9 months ago

Made the required changes again. Please review it. Description: Declared variables in the file where they are required.

BrandonArmand commented 9 months ago

LGTM