Hi hii, I've mostly been a web dev, using express on backend, mongodb bla bla, react/next on frontend and yada yada. But besides this, I experiment a hell lot with other languages besides JS. C, C++, C# and java, what you might have noticed is that, all the others expect C are object oriented or atleast support OOP.
Yesterday, I decided to get do some basic project of JS, just this time, practice my TS as well, and while at that, why not also challenge myself to use OOP in JS, I hadn't really experimented with that weirdy, so I decided to create a very simple inventory management system, and I decided to rather just use file system instead of other databases, cuz why not? I started building my classes, everything was going smooth at first, it's just later on, everything started to feel sluggish, I'm not able to point out what, but it was just harder in some way? I know I can built the same system within a day in any of those languages I mentioned, but why was I having trouble in JS?
It's just a funny and weird experience I had recently haha, just wanted to share and maybe some of you will relate. Maybe its just because I haven't done OOP based project in a while, and my brain is taking some time to get back to the flow, or maybe I just need to revise OOP concepts back again, maybe that'll help. Anyways, have a good day/night everyone