logoalt Hacker News

jstimpfletoday at 6:59 AM2 repliesview on HN

Depends on what you mean by low level I guess. Compared to web application framework churn rate, simple procedural programming without many dependencies is remarkably stable. You tend to program in a way that works for most platforms (all targetted platforms). How to best do that you learn over the years. To me personally it's very refreshing if the environment around you does not constantly change. That affords learning a bag of tricks and a list of gotchas to avoid.


Replies

embedding-shapetoday at 10:36 AM

> You tend to program in a way that works for most platforms (all targetted platforms).

Isn't that true for web frameworks too? Usually they'll only target unix, but if they target windows and macos, then they work on those platforms too? Or am I misunderstanding what you're trying to say here?

show 1 reply
jdw64today at 7:43 AM

I think you're right too. So I also think that maybe I'm viewing the changes as bigger than they actually are, based on my own standards