henrylin03 / calculator

A browser-based calculator written in vanilla JavaScript.
http://henrylin.io/calculator/
MIT License
0 stars 2 forks source link

refactor code in terms of oop principles (consider SOLID especially) #17

Open henrylin03 opened 7 months ago

henrylin03 commented 7 months ago

updating details after coming across OOP best practices later on in the "Full Stack JavaScript" course of The Odin Project

henrylin03 commented 1 month ago

considering i've been mostly using factories to date, might be good to practice classes for this one!