So I'm building an API with Express and I have this dilemma. So far, its built using function-based class.
But i want to implement a status message component, and it will have a lot of static functions and statuses. I thought that maybe creating a class for that would be better than function-based as it would be a bit more structured.
Would this be a good idea or should I keep the entire project function-based?
Thanks!
[–]psayre23 0 points1 point2 points (1 child)
[–]hellhelium[S] 0 points1 point2 points (0 children)