I am developer from India currently based in Berlin, Germany.
I am very interested in Design, though I don't design 😉 I take care of it while making my apps.
Photography, videography and having random conversation over beer are my activities of spare time. Timelapses and hyperlapses make me wonder all the time 😊
Hackathons, Front End, Photography and Videography Collaborations
I agree with you that JS has everything we need just with Prototypal Inheritance Though, personally, I still see some value in writing Classes in JS The idea of Factory functions was around really long time and still we went ahead and got the Classes in JS. And even with classes, I really like the Factory pattern and usee it whenever needed. In the past, Whole lot of discussion was around quirks and logical/lexical execution of JS and it made the Software from JS prone to lot of errors; originated from general understanding of language (myself included) With Classes, I see that gap between other OO languages and JS is very small and probably that's why people wanna try JS for their next application. I don't create Classes in my regular project work but I see some value there; even if it is syntactical sugar; as we commonly phrase, "write software for humans"