sovsay11 / TriangleApplication

This application will enable users to enter side values of a triangle. The application will then process the input and return whether a valid triangle is possible with the given input, along with the type of triangle and degree values.
0 stars 0 forks source link

Refactor #14

Closed sovsay11 closed 3 years ago

sovsay11 commented 3 years ago

The current build is focused on KISS principles. This excludes OOP. Refactor the application to implement OOP. Consider creating a "Triangle" class and combining event listeners to rely on a button object.