Ask HN: What are your current programming pet peeves?
11–20 of 110 posts
Re: Ask HN: What are your current programming pet peeves?
#12I can't believe that in 2025 it is still hard to find documentation for basic functionality in languages as ubiquitous as, say, Python. If I google something simple I get 100 junk sites of garbage (GeeksForGeeks, W3Schools, etc), a bunch of AI-generated crap, a bunch of archaic out-of-date stuff, the official documentation which is a wall of dense text, some tutorials that mention the basics, a bunch of shitty bootca…
Re: Ask HN: What are your current programming pet peeves?
#13Re: Ask HN: What are your current programming pet peeves?
#14When someone uses an odd number of indentation! That really grinds my gears for some reason.
Re: Ask HN: What are your current programming pet peeves?
#15I can't believe that in 2025 it is still hard to find documentation for basic functionality in languages as ubiquitous as, say, Python. If I google something simple I get 100 junk sites of garbage (GeeksForGeeks, W3Schools, etc), a bunch of AI-generated crap, a bunch of archaic out-of-date stuff, the official documentation which is a wall of dense text, some tutorials that mention the basics, a bunch of shitty bootca…
Re: Ask HN: What are your current programming pet peeves?
#16When someone uses an odd number of indentation! That really grinds my gears for some reason.
Nearly a million lines of 3-spaced C89, still in heavy perpetual development.
Re: Ask HN: What are your current programming pet peeves?
#17Tech is moving too fast to keep up, a project I worked on and haven't touched in months; NPM would make me feel it's ancient, ofc a lot of the updates are security patches and important, but more often than not it's just libraries trying to race other libraries building different (debatable) features.
Re: Ask HN: What are your current programming pet peeves?
#18I'm just venting because that's the prompt and I don't need a solution or rely on AI. but if someone does have solutions I guess I'm interested
Re: Ask HN: What are your current programming pet peeves?
#19Re: Ask HN: What are your current programming pet peeves?
#20I can't believe that in 2025 it is still hard to find documentation for basic functionality in languages as ubiquitous as, say, Python. If I google something simple I get 100 junk sites of garbage (GeeksForGeeks, W3Schools, etc), a bunch of AI-generated crap, a bunch of archaic out-of-date stuff, the official documentation which is a wall of dense text, some tutorials that mention the basics, a bunch of shitty bootca…
I do have this problem as well, I've just started a job with Ruby and it took too many searches until I could find the official docs for some kind of syntax.
For Python I feel it's easy to find stdlib docs, but can be hard to find some specific things about the language itself in the official docs - sometimes it's too technical and I wish there was a more pragmatic middle ground.