Live data from Hacker News

Ask HN: Why do so many developers dislike C when I find it inspiring?

news.ycombinator.com

41–42 of 42 posts

Re: Ask HN: Why do so many developers dislike C when I find it inspiring?

#41
post #38

It's great when you're in the driver seat. It's not great when they need to launch in 3 months and management throws a bunch of intermediate engineers at you who can't do anything without "type safety". Software will continue to grow to the point where people move rapidly until they hit a limit. We laugh at future devs being weak, future devs laugh at our tech being unsafe.

That’s a really insightful way to put it.

I think you're right — being in the driver seat gives one kind of experience, but leading a team under pressure is a different challenge entirely.

I guess every generation of developers finds their own balance between freedom and safety.

Appreciate your perspective.

Re: Ask HN: Why do so many developers dislike C when I find it inspiring?

#42
post #40

Its not about disliking C. If I have to build an MVP quickly, I need a higher level language to do some of the heavy lifting for me. Memory management or implementing thread safety is not something I wish to do everyday. Doing so would not pay my bills.

Absolutely fair.

If I needed to ship a product quickly and prove something to investors or customers, I would choose a higher-level language too.

For me, C programming is not about speed, it's about deep understanding, intention, and creating things that I truly understand and can control.

But I get it - at the end of the day, we all have bills to pay. Thanks for sharing your insight.

Post reply on HN