DEV Community

How Boring It Is to Write Articles or Talk to Certain Types of Developers These Days.

Tauan Camargo on September 16, 2024

Hey folks! A couple of days ago, I wrote an article about ts-pattern, sharing how cool it was to discover this library. I got some great feedback f...
Collapse
 
phenax profile image
Akshay Nair

I think ts-pattern is a pretty interesting library. Would it be better if js had this as a language feature? Definitely. Would it be better if you instead use some verbose js to do this? Not always. It depends on what you value in your code. If you value terseness of DSLs and having code be easier to read in abstraction, use ts-pattern. If you value simplicity in your code and want a low barier for entry to the codebase, it makes sense to minimize abstractions like this. It's a tradeoff like any other so it should be treated as such.

I understand the "If this happened at my company, I’d block the PR," comment since I'd probably do the same but not before trying to understand why the other developer wants to introduce this and if they have assessed how this affects the consistency of the codebase and how that can be worked on. PR reviews should not be a dictatorship of one dude's opinions.

It is pretty problematic when people push something thats subjective onto others especially in a field that should be more creative than just being another "mindlessly get shit done" job.

Please keep sharing things you find interesting! That's how the dev community has always worked.

Collapse
 
leob profile image
leob • Edited

I understand your sentiment - but then I read your post (I like it!) and I also browsed the comments, and hey, most of it isn't that negative at all, people are just discussing, they aren't burning you to the ground or something, none of it is "ad hominem" ...

I mean, the tone was pretty mild and polite generally IMO - maybe you should try to grow a little bit of a thicker skin? ;-) I think it would be way worse if nobody was commenting on your article !

P.S. if people DO launch "ad hominem" attacks or are ridiculing something, I'll be the first to agree that that's in very poor taste, but generally that's not what I saw in the comments ...

Collapse
 
bradtaniguchi profile image
Brad

I read some of the comments but didn't want to reply as it feeds into "negative comments cycling" for no real reason.

That said, I do felt like the post+comments essentially formed some indirect: "Cunningham's Law".

Interestingly, engagement is engagement, finding traction at all is somewhat what everyone who posts seeks at some level, even if it feels/is negative.

Who knows, find another "controversial library" and double down to drag those who posted against ts-pattern. Or build on top of ts-pattern even more lol.

Collapse
 
tauantcamargo profile image
Tauan Camargo

Hey buddy your comment makes totally sense, thanks for took a time to read both ❤️

Collapse
 
lucaschitolina profile image
Lucas Chitolina

I'm pretty sure some people who have nightmares about bundle size have never seen a bundle size problem...

Keep writing man!

Collapse
 
ingosteinke profile image
Ingo Steinke, web developer • Edited

I question having bundles at all :-)
No, seriously, I got tired trying to advocate page size, loading speed, web performance, energy efficiency optimization etc., as it seems that many developers just don't want to get it and rather work in feature factories working as if they were paid by lines of code. Another aspect of DEV discussions has become the abundance of new posts trying to advertise tools that "every developer must use", often with low-quality AI-generated content to cover up creating backlinks for their companies' products. So I think it's understandable when some people have become quite critical and negative when they see new tools and libraries.

But, as others already said, that's part of the discussion, and it should not stop you to share your code and projects! So thanks for both posts, ts-pattern, as well as this honest opinion!

Collapse
 
tauantcamargo profile image
Tauan Camargo

Thank you so much for ur comment

Collapse
 
hyoretsu profile image
Aran Leite • Edited

Dude, you wrote about X and people were discussing about X. They weren't offending you, your article or anything. At best one guy criticized your examples. They were simply sharing their opinion.

Collapse
 
martinfjant profile image
Martin Falk Johansson

No, they were not discussing it, they were quite rudely stating it should not exist and not be used. This can be done in a nicer way, but alas, they did not. The tone was very negative and boring, and, for an article that was human written and not crap, it surprised me. I am negative when people post AI-generated crap, but this wasn't.

It also seems like the people commenting have never used a language with pattern matching to be honest, since they just called it a fancier switch statement...

Collapse
 
tauantcamargo profile image
Tauan Camargo

yeah .. it was feeling frustrated about the comments, no where i was saying that is the best solution for something .. but yeah thanks for the comment :D

Collapse
 
tauantcamargo profile image
Tauan Camargo

I'm not saying they offended me, just was trying to explain that i was talking about how X could be cool and make your readability nice, they were talking about X as performance optimization, bundle size issues, adding more complex examples ... that was not the intention of the article

Collapse
 
srbhr profile image
Saurabh Rai

explain compiler optimizations to a new developer.

Now this sounds like an intersting topic @tauantcamargo : )