Then say ugly. "Shitty" can be ambiguous as you see. Most people would classify buggy code as shitty code.
> Then you've never been around the smartest people. Likely you've been around smarter then average people.
This is essentially using your own belief as proof that your belief is correct. You say I haven't been around the smartest people because I say the smartest people don't do what you claim. You are saying "I'm right therefore you are wrong". Maybe you haven't been around the smartest people.
> Yeah and the smartest people structure the problem in their head in a way normal people can't easily understand. They can hold much more in their head so the structures can be complex.
Complex is easy. Simple is hard. And yes, some things are inherently more complex than others. But the goal is to hold the important things in your head. Offload as much as you can so you can focus on what matters.
> Isn't that my point? Formatting rules are a bunch of pointless minutiae to intelligent people. It doesn't assist them in readability because their intelligence allows them to parse even the shittiest code with complete ease. And I mean aesthetically shitty, not intrinsically shitty.
No. It's not the point you are making.
Also, look at to everything I said. Strict adherence to any one style is not a marker of intelligence. I explicitly said that strict adherence is essentially for people in a wide range of skills. But the best have preferences, but realize that they are more guidelines and readability matters more than the rules.
And the rules should be logical and essentially second nature. Like indenting is completely optional in most languages. But proper indenting allows you to better visualize the flow of the code. Nobody reads/writes minified JavaScript.
>This is essentially using your own belief as proof that your belief is correct. You say I haven't been around the smartest people because I say the smartest people don't do what you claim. You are saying "I'm right therefore you are wrong". Maybe you haven't been around the smartest people.
I have quantitative evidence of this. There IQs were above 150.
>Complex is easy. Simple is hard. And yes, some things are inherently more complex than others. But the goal is to hold the important things in your head. Offload as much as you can so you can focus on what matters.
complex is not easy. And simple is not necessarily always hard. The story is obviously more complex then this.
>No. It's not the point you are making.
It is. It was a rhetorical question.
I looked at everything you said. First off I never said anything about strict adeherence to a style. Smart people have there preferences.
>And the rules should be logical and essentially second nature. Like indenting is completely optional in most languages. But proper indenting allows you to better visualize the flow of the code. Nobody reads/writes minified JavaScript.
I've seen smart people who can do this. They don't even really care.
> It's almost like you are saying whatever you think will make you right in the moment.
Please don't cross into personal attack, no matter how wrong another commenter is or you feel they are. It just makes things worse. We've had to ask you this before.
It came up because we talked about Mensa and he was part of it. I asked his iq and he told me. He claimed it and I believe him. Then the other guy also said he was offered to join Mensa but didn’t. Take from that what you will.
Not a huge sample size. Not to mention, 150+ puts one in the 99.9th percentile. One in a thousand. So out of every thousand people you meet, one of them probably had an equivalent IQ.
That being said, I guarantee that there are way more people on these boards with equivalent levels of intelligence and that those people also know several people with equivalent levels of intelligence. You are likely arguing against a couple of them. And you aren't arguing about something you can do, you are arguing about people who claim to be doing it.
Also, let's separate "ability to program" from intelligence. While intelligence is a boon to most things, including ability to program, you can be smart and bad at things.
Also, let's give them some benefit of the doubt. There is a difference between code you don't understand and poorly formatted code.
That’s two people plus my entire experience of about 20 years working with all kinds of people.
I’m tired of nerdy idiots on HN demanding a scientific study when presented with an argument they disagree with.
Like can you debate and talk about topics where scientific data isn’t available? This ironically savant like rigor to interprete reality only through the lens of science when convenient is my anecdotal evidence of someone who is stupid instead of smart. Do you need a fucking scientific study to prove the ground is real when you jump off the bed in the morning? Fuck your science. The most interesting things about this world are things where science isn’t available and those are the things worth debating about. But for you just you can just fuck the hell off every time you encounter a topic where the “sample size” isn’t big enough.
That being said, I don’t have a scientific study on this but I can assure you no programmer claims they write shitty or ugly code no matter their intelligence. The claim is from me. I observe their code and I think their code is shitty while they think their code is fine.
These geniuses solve bugs faster, make features faster, make significantly less mistakes but oftentimes their code is significantly harder to read. That’s my anecdotal opinion. Up to you whether you want to believe it.
The problem with HN is that most people here are average and because they are average they value clean code more then smart people. The issue is these average people think they’re smart and they think clean code is a trait associated with intelligence. That describes YOU to a T and the fact that you know I’m right should tell you that there are people in life smart enough to move through the world and listen to opinions and make decisions without the need of the rigor of science and a large enough sample size.
Could you please stop breaking the site guidelines? We've already had to ask you once. If you'd please review https://news.ycombinator.com/newsguidelines.html and stick to the rules when posting here, we'd appreciate it. Note this one:
"Please don't sneer, including at the rest of the community."
It's reliably a marker of bad comments and worse threads, and you've unfortunately been doing it repeatedly.
If you know more than others and are smarter and more above-average than others, that's great—in that case please share some of what you know so the rest of us can learn. If you don't have time or don't want to do that, that's fine too—but in that case please don't post. Posting putdowns instead doesn't help anybody, and it degrades the container.
> Then you've never been around the smartest people. Likely you've been around smarter then average people.
This is essentially using your own belief as proof that your belief is correct. You say I haven't been around the smartest people because I say the smartest people don't do what you claim. You are saying "I'm right therefore you are wrong". Maybe you haven't been around the smartest people.
> Yeah and the smartest people structure the problem in their head in a way normal people can't easily understand. They can hold much more in their head so the structures can be complex.
Complex is easy. Simple is hard. And yes, some things are inherently more complex than others. But the goal is to hold the important things in your head. Offload as much as you can so you can focus on what matters.
> Isn't that my point? Formatting rules are a bunch of pointless minutiae to intelligent people. It doesn't assist them in readability because their intelligence allows them to parse even the shittiest code with complete ease. And I mean aesthetically shitty, not intrinsically shitty.
No. It's not the point you are making.
Also, look at to everything I said. Strict adherence to any one style is not a marker of intelligence. I explicitly said that strict adherence is essentially for people in a wide range of skills. But the best have preferences, but realize that they are more guidelines and readability matters more than the rules.
And the rules should be logical and essentially second nature. Like indenting is completely optional in most languages. But proper indenting allows you to better visualize the flow of the code. Nobody reads/writes minified JavaScript.