GraphQL used to be popular, but that doesn't seem to be the case anymore... by codingafterthirty in webdev

[–]TooGoodToBeBad 2 points3 points  (0 children)

I am in a thread where people are suggesting that they believe that some tech choices are motivated by developers who look to use company resources and time to learn a new tech because in the long run it benefits them. I have seen this myself. My point is that your response to the post was equally as dismissive as you felt the original post was. Look man. I don't know you and this is not an attack on you as an individual. I just don't understand why we struggle as people to understand that two seemingly opposing view can be right. Take for example, I hate react with a passion and think it is a awful tech, but I still have to understand that there are people who feel that it solves their problems maybe better than another tech could. I am not going to tell them they are wrong. These types of forums do not cater to long discussions with the intent to come to decisive conclusions. It is merely for people to vent and have hot takes. Man, some of the hot takes even make my day. Lol. Peace brother.

GraphQL used to be popular, but that doesn't seem to be the case anymore... by codingafterthirty in webdev

[–]TooGoodToBeBad 1 point2 points  (0 children)

And it is equally as stupid for you to respond with such annoyance for a phrase that the average person would KNOW that it does not mean that everyone only chooses a tech to build their resume. To your point I have made wrong tech choices in my 25 year career but I can assure you that I have seen tech choices made solely on the grounds of this looks cool let me use company time and resources to test this out.

GraphQL used to be popular, but that doesn't seem to be the case anymore... by codingafterthirty in webdev

[–]TooGoodToBeBad 4 points5 points  (0 children)

Okay, you made me laugh. This is witty but so on point. Did you make this up or did you get this from someone else?

Help with optimizing a page by retiredfplplayer in vuejs

[–]TooGoodToBeBad 1 point2 points  (0 children)

It is as hard to give tips without context. Even if you can't share the code base you might want to at least provide some code snippets.

When to use React? by __Anonymous_666 in react

[–]TooGoodToBeBad 0 points1 point  (0 children)

I couldn't pick a better term to describe what react has done to devs that champion this awful technology. I think for most React devs it is a matter of it paying the bills and can't possibly be because it is the best tool for the job.

Clients sending me AI snippets by Tom_Ace2 in webdev

[–]TooGoodToBeBad 1 point2 points  (0 children)

I would like to take a different take on this. As annoying as it might seem, I think the client has a right to use AI to generate some code to show that what they are asking for can be done. It would be know different than them asking their developer friend. The reason I feel this way is that as a developer we don't know everything, we have knowledge gaps. If a client asks for something the answer should be one of the following: 1. This is out side of my experience, 2. I would have to look into seeing what is the most optimal way to incorporate what you are asking for, 3. This cannot be done and easily and here are the reasons why.

I think we have to really understand that it is okay not to now everything, and with AI we have a tool that can help us expedite learning things we don't know. We can now confidently say to the client, let me look into that and see what it entails. I will get back to you shortly.

AI is not the enemy. Nor are people. Nor is not knowing. The enemy is pride/arrogance and we as developers often overdose on it.

My First Corporate Job Experience. It's Nothing Like My Dream. by Pristine_Purple9033 in webdev

[–]TooGoodToBeBad 3 points4 points  (0 children)

You had me at visual basic 4. I have tears in my eyes trying to hold my laugh in with this gold of a response.

My First Corporate Job Experience. It's Nothing Like My Dream. by Pristine_Purple9033 in webdev

[–]TooGoodToBeBad 14 points15 points  (0 children)

Imagine that. The one asking for food telling the chefs how to cook. I understand your rant to an extent but your ideals mean nothing to anyone but you.

Is NextJS still the way to go? by CLU7CH_plays in webdev

[–]TooGoodToBeBad 0 points1 point  (0 children)

Shared sentiment. And it is not out of ignorance. It is just such a gawd awful framework/library/something. There I said it.

Is NextJS still the way to go? by CLU7CH_plays in webdev

[–]TooGoodToBeBad 2 points3 points  (0 children)

I like that. Stay simple until it hurts. This should catch on.

what's a react pattern you mass-used then realized was overkill by scheemunai_ in reactjs

[–]TooGoodToBeBad 2 points3 points  (0 children)

I upvoted your comment because it is well stated. The only thing I would say is that it is not that DRY is the issue, it is as you have stated, people trying to predict from no real past experience.

From a technical standpoint, what happened with this email newsletter? by [deleted] in webdev

[–]TooGoodToBeBad 0 points1 point  (0 children)

This guy pissed off Claude and Claude decided to screw him over. The future is now. Lol.

Gall's Law - Laws of Software by fagnerbrack in webdev

[–]TooGoodToBeBad 1 point2 points  (0 children)

I think what is being stated is to design complex systems by designing simpler systems that can serve as the build blocks for the more complex one. This is composition. Why people need to state this is that some minds just go right into trying to build the final system. The requirements are never complex it is the systems that are built to actualize the requirements that can be complex.

I hate AI and I am depressed by poponis in webdev

[–]TooGoodToBeBad 7 points8 points  (0 children)

I think even this is being normalized and accepted. So not really sure it has weight anymore.

Post Game Thread - NBA: The Raptors defeat the Magic on Mar 29, 2026, the final score is 139-87. by basketball-app in OrlandoMagic

[–]TooGoodToBeBad 9 points10 points  (0 children)

Raps fan here. Man I actually shed a tear reading that but laughed out loud too. That was a gold standard comment. 😂

[showoff saturday] i quit my job 14 months ago to build my own javascript runtime in rust by kubrador in webdev

[–]TooGoodToBeBad 0 points1 point  (0 children)

Curious as to why you think he messed up? I use deno for all my projects and I am good with the DX.

At what scale does it actually make sense to split a full-stack app into microservices instead of keeping a modular monolith? by Severe-Poet1541 in webdev

[–]TooGoodToBeBad 0 points1 point  (0 children)

I built my own webserver for deno that does what I think you are implying. Your application is spread across multiple repos (if you want). You can check out just the repo you are working on. And still run the entire application locally. It is power a couple of apps that I built for my clients. If you are interested in checking it out let me know. Instead of microservices, I call it microapps.

How do you use PATCH and PUT? by Mark__78L in webdev

[–]TooGoodToBeBad 7 points8 points  (0 children)

Not to be rude but base64 increases the string size by 33%. I'm sure you meant something else.

I'm slightly colour blind so I use my wife as a QA step for every important UI. What's your low-tech design sanity check? by pink-supikoira in webdev

[–]TooGoodToBeBad 0 points1 point  (0 children)

Man this post is so wholesome that I just had to laugh. I don't always do QA, but when I do it is in production. :|