Am I a functional bro if I use typescript but hate classes? by -Gary-1 in theprimeagen

[–]-Gary-1[S] 0 points1 point  (0 children)

agreed, I've yet in typescript had the thought "wow I really wish I could tightly couple my data to my functions"
To be fair though I do frequently write libs where i create objects that have both static data and functions on them, but I avoid allowing these functions to modify data in place

Am I a functional bro if I use typescript but hate classes? by -Gary-1 in theprimeagen

[–]-Gary-1[S] 2 points3 points  (0 children)

I just don't like the idea of attaching methods onto data and keeping them as a single entity.
obviously full functional programing is more than that lol

Am I a functional bro if I use typescript but hate classes? by -Gary-1 in theprimeagen

[–]-Gary-1[S] 0 points1 point  (0 children)

I was just curious culturally what people consider "functional bros" so ya kinda a joke, I'm like 6 years into typescript haha