Programmer Humor Continuing Someone Elses Project

Markbnj

Markbnj

Elite Member <br>Moderator Emeritus
  • #1
Last edited:
Rakehellion
Jan 15, 2013
12,181
35
91
  • #2
Looks like they're just trying to sell merch.
Rakehellion
Jan 15, 2013
12,181
35
91
  • #3
No, there are a bunch of free resources on the page.
Markbnj

Markbnj

Elite Member <br>Moderator Emeritus
  • #4
Probably using the t-shirts to fund the site, or whatever. I just liked that I could hear Samuel L. Jackson's voice in my head.
  • #5
That's incredibly useful, thank you. The amount of free resources in that site seems to be quite well managed.
BrightCandle
  • #6
Zed Shaw and DHH are the current cowboys of the programming world. They both have a nasty habit of coming and saying how awesome they are and how capable they are of writing code without bugs without any of the professional practices that millions of programmers use every day to produce more reliable code.

Based on what these two guys have been saying recently its kind of best to ignore them, they are still stuck in the ego land of "I am awesome and I don't need X" where X is shown by studies to improve the quality of code across a wide range of skills. They want to lonewolf and write their untested code they can do it on someone elses project, I don't need their legacy code.

Markbnj

Markbnj

Elite Member <br>Moderator Emeritus
  • #7
Zed Shaw and DHH are the current cowboys of the programming world. They both have a nasty habit of coming and saying how awesome they are and how capable they are of writing code without bugs without any of the professional practices that millions of programmers use every day to produce more reliable code.

Based on what these two guys have been saying recently its kind of best to ignore them, they are still stuck in the ego land of "I am awesome and I don't need X" where X is shown by studies to improve the quality of code across a wide range of skills. They want to lonewolf and write their untested code they can do it on someone elses project, I don't need their legacy code.

Well, I don't know that much about them. Thought it was funny. But I will also admit to an affinity for the point of view that feels we've had enough methodologies shoved at us. Stop trying to fix the way we write code until you've fixed the way you gather and prioritize requirements.
dave_the_nerd
Feb 25, 2011
16,579
1,339
126
  • #8
Stop trying to fix the way we write code until you've fixed the way you gather and prioritize requirements.
While I tend to agree with the "requirements" complaint (oh, god. now I'm having flashbacks) I don't think the cure for bad management is bad craftsmanship.
Jan 30, 2010
1,567
254
126
  • #9
I work at a startup and it annoys me that we hire Product Managers who know nothing about coding and they're responsible for directing the engineers.
Bulldog13
Markbnj

Markbnj

Elite Member <br>Moderator Emeritus
  • #11
While I tend to agree with the "requirements" complaint (oh, god. now I'm having flashbacks) I don't think the cure for bad management is bad craftsmanship.
I don't think bad craftsmanship has to be the result of being skeptical of some of these practices that are foisted on us by consultants and project management types who write little to no code themselves and really don't understand how the process works.

In twenty-five years I have seen a few projects roll over and die, but I haven't yet seen one expire because the programmers weren't good enough, didn't write code fast enough, or didn't follow the "right" methodology.

  • #12
Well, I don't know that much about them. Thought it was funny. But I will also admit to an affinity for the point of view that feels we've had enough methodologies shoved at us. Stop trying to fix the way we write code until you've fixed the way you gather and prioritize requirements.
Having the requirements gathering and coding being done by separate teams is an insurmountable problem that no coding methodology, or lack thereof, can fix.
dave_the_nerd
Feb 25, 2011
16,579
1,339
126
  • #13
In twenty-five years I have seen a few projects roll over and die, but I haven't yet seen one expire because the programmers weren't good enough, didn't write code fast enough, or didn't follow the "right" methodology.
:hmm:

...can I share this quote with the guys at work? We're having the usual issues with a wannabe project manager and another guy who plays golf with the VP. It might make them feel a little better.

I'll give proper credit. ():)

Jun 2, 2009
5,067
1,419
136
  • #14
Having the requirements gathering and coding being done by separate teams is an insurmountable problem that no coding methodology, or lack thereof, can fix.
exactly
Markbnj

Markbnj

Elite Member <br>Moderator Emeritus
  • #15
:hmm:

...can I share this quote with the guys at work? We're having the usual issues with a wannabe project manager and another guy who plays golf with the VP. It might make them feel a little better.

I'll give proper credit. ():)

Make sure to give two copies to the guy who plays golf with the VP.
postmortemIA
  • #16
tried his book on regex, it is so buggy that it is unusable
http://regex.learncodethehardway.org/book/ex4.html
magine you wanted to match only lines that had vowels. To test this out we'll use a contrived conversation about Cthuhlu: Evil lord Cthuhlu said Xchjklz plktrdfg and I agree with him
There's two lines with vowels
WTF? there's only one line in there
What You Should See

That file doesn't exist. > [aeiouy] Input file is empty. Use !load to load something. >

That is definitely not what I expect to see in exercise outcome
BrightCandle
  • #17
He is a cowboy, he doesn't test. Which presumably means he doesn't check that his examples still work or anything else. While people are rallying around the whole idea of just coding and throwing the baby out with the bathwater its important to not throw out the engineering practices as well. Testing that code works is a good thing, doing it automatically is equally a good thing. Most of the engineering practices these two have been rallying against actually have both real world and academic studies showing that they improve quality of the code without impact on the schedule. Heck even Microsoft moved to testing their API with Vista and we can all see how much more stable Windows has been since they did.

Automated testing works, and those that don't do it are becoming unemployable.

postmortemIA
  • #18
well there are plenty of companies that are gonna hire him for his coding 'skillz', and hire a team to test and fix his 'great' code. I have seen it over the years that people who don't care about testing produce crappy code. Sure, they make stuff work for the time being, but then it does not pay off in the long run.

But again, there are companies that are perfectly fine with this, as they value "top contributor" as 10 or 100 "drones"

Obsoleet
  • #19
I have this tshirt, and I love it.
cytg111
Mar 17, 2008
19,970
9,583
136
  • #21
Zed Shaw and DHH are the current cowboys of the programming world. They both have a nasty habit of coming and saying how awesome they are and how capable they are of writing code without bugs without any of the professional practices that millions of programmers use every day to produce more reliable code.

Based on what these two guys have been saying recently its kind of best to ignore them, they are still stuck in the ego land of "I am awesome and I don't need X" where X is shown by studies to improve the quality of code across a wide range of skills. They want to lonewolf and write their untested code they can do it on someone elses project, I don't need their legacy code.

Is this their actual position, or are you just saying that? I'm curious about the stuff they are saying that bothers you?
  • Advertising
  • Cookies Policies
  • Privacy
  • Term & Conditions
  • About us

neelyallagarl.blogspot.com

Source: https://forums.anandtech.com/threads/programming-mother____er.2383060/

0 Response to "Programmer Humor Continuing Someone Elses Project"

Post a Comment

Iklan Atas Artikel

Iklan Tengah Artikel 1

Iklan Tengah Artikel 2

Iklan Bawah Artikel