This is the 54th episode of the StackOverflow podcast where Joel and Jeff discuss bespoke software development, URL routing, the God Algorithm, and getting your database under version control.

  • We need to talk to you about your flair. Specifically, your User Flair! It’s a small badge you can embed in your own website to show off your identity and “street cred”, such as it is, on Stack Overflow and Server Fault. If that’s not enough, you can also put it on a t-shirt. Or dress up like the Facebook guy. Hey man, these are your life choices, not ours!
  • A brief discussion of how ASP.NET MVC URL routes should be declared. We do it through an custom attribute attached to the top of the method signature, which we feel provides excellent locality of information.
  • Part of the promise of Stack Overflow was that it would be run by the community. We are trying to continue delivering on that promise by electing new community moderators, and having a moderation policy that all the moderators (including the core team) abide by.
  • Speaking of Stack Overflow DevDays, “the” Jon Skeet is confirmed to be a speaker at the London DevDays; Scott Hanselman will be at the Seattle and San Francisco DevDays.
  • We now have better, AJAX-y support for handling duplicate questions. We believe duplicate mapping is mostly a human-driven task, but we want to streamline the workflow as much as possible.
  • Part of our development style on Stack Overflow is to build features as they become needed, rather than coding speculatively, trying to guess what will become important later. Our UserVoice site has been very helpful in this regard, as we try mightily to retire the top rated user feature requests and bugs. Well, the ones we agree with, anyway..
  • How do you bid on software development projects without cutting corners and still stay competitive? Joel shares his thoughts. “Your job is not to deliver a spec, it’s to step into the client’s shoes and figure out what their problem is, and how it can be solved with computers.”
  • I maintain this is the blessing and curse of contract software development — you are a proxy employee during the contract. This can be good, if it’s a client you like and have empathy with, or it can be bad, if it’s a client that you don’t respect, or that you have absolutely nothing in common with. Would you work for that company?
  • On the topic of bespoke software, Joel recommends the oddly named book How to Castrate a Bull: Unexpected Lessons on Risk, Growth, and Success in Business. Consider selling coffee makers to a hotel — hotels don’t really want a bunch of coffee machines (even if that’s what they ask for), they want a system that guarantees they never have to think about coffee makers in their rooms again. This is what it means to be “enterprisey”. This is what big consulting firms do.
  • If you’re worried about backdoors in your code, first, don’t work with scumbags. But if you work at an industry where there is a lot of risk, such as banking, then you need an audit trail on everything, and perhaps an internal audit department that does nothing other than check things periodically. A certain percentage of random auditing may be preferable to strict gates on every action.
  • A discussion of O(1), which sort of seems like “The God Algorithm” at first glance. But you do have to define how ‘big’ that 1 is. There are dimensions of space and time here that aren’t immediately apparent.
  • One quirk of keeping your database under version control is that you have to make a distinction between the schema, the data, and the fixed data. At the very least, have tools that let you diff your database! And ideally integrate with your build and deployment. Have you looked at the Rails way of handling database changes, with Migrations?
  • Thanks to our podcast sponsor, Mint — they’re looking for a great developer!

We answered the following listener questions on this podcast:

  1. “Is it true that the more the complex the software system is, the simpler it is to manage, because there are more rules defining its behavior?”
  2. “How do you win software development contracts, while still delivering quality?” Based on an existing question.
  3. “How do you deal with a large codebase, and disgruntled employees leaving backdoors in the code?”

Our favorite Stack Overflow questions this week are:

If you’d like to submit a question to be answered in our next episode, record an audio file (90 seconds or less) and mail it to podcast@stackoverflow.com. You can record a question using nothing but a telephone and a web browser. We also have a dedicated phone number you can call to leave audio questions at 646-826-3879.

The transcript wiki for this episode is available for public editing.

 
icon for podpress  Podcast 54 [70:00m]: Play Now | Play in Popup | Download

« Welcome Stack Overflow Valued Associate #00003
Server Fault Public Beta Launches »

21 Responses

  1. C. Ross says:

    I love the discussion about specs and business requirements. The answer about solving problems versus designing to spec is right on!

  2. Bill the Lizard says:

    I loved the conversation at the end about What is your favorite character? I nearly voted to close that question but then I remembered Arrays, What’s the point? and the terrific answers it generated.

  3. nicknameNick says:

    the download appears to be broken, I’m only getting 2Bytes, (which appear to be \r\n) and a ‘temporary server error’ message

  4. tim says:

    You have to be kidding me. boat programming is banned, but we have these idiotic discussions about characters? Wow. With Jeff contributing to it to boot. oh well, it’s good to be the king.

  5. Hayden Jones says:

    I love the podcast but I’d really like it if you invited a java person on the show. (This comment is not particular to this show)

  6. andrew myhre says:

    At 24:14.. er, ‘acreath’? ‘accreath’? Is Jeff making up words?

  7. David says:

    Yeah, what Andrew Myhre said! Jeff used ‘acreath’ twice and ignored Joel when he asked about it. I mean, I’m well experienced at throwing out the odd malapropism myself, but I’m just curious what word he thought he was saying? Was he trying to say ‘accrue’?

  8. chrome says:

    the O(1) discussion was painful to listen to, hardly any value added.

  9. John Topley says:

    Why can’t Americans pronounce “route” correctly? ;-) According to Wikipedia, a “rout” is a chaotic and disorderly retreat or withdrawal of troops from a battlefield, resulting in the victory of the opposing party, or following defeat, a collapse of discipline, or poor morale.

  10. Andy says:

    @andrew myhre and @David – I think Jeff might have been saying accrete? (http://dictionary.reference.com/search?q=accrete)

    Also, did enjoy the conversation about specs and client requirements – I agree, solving problems is what we should be doing and not just churning out code.

  11. Ólafur Waage says:

    Nice story about the enterprise toilet paper company :)

    Captcha: also clitoral

  12. theman says:

    a day late, but yay nonetheless

  13. sth says:

    I can’t believe that nobody mentioned that lookup in a hash table is O(1)…

  14. Marc Gravell says:

    I’m just quietly impressed they pronounced my surname right – most people assume it is “gravel” (i.e. the stones on your drive) – somehow they don’t infer the “ell” sound from “bell”, “hell”, “shell”, “well”, “tell” etc… crazy but true.

  15. person-b says:

    This reminded me on a funny talk Damin Conway did at OSCON on combining General Relativity, Quantum Mechanics and Perl. And making programs run in O(-n). Yikes. Even better than O(0)

    http://blip.tv/file/1145545
    Damian Conway, Thoughtstream: “Temporally Quaquaversal Virtual Nanomachine Programming In Multiple Topologically Connected Quantum-Relativistic Parallel Timespaces…Made Easy!”

    Jeff took an alogorithms class?
    Love the show.

    Captcha: hippo protection

  16. Peter says:

    Why is SO using H2 for the question title rather than H1?

  17. Shannon Nelson says:

    Bidding on SW projects: another metaphor might be exploration. For example, Christopher Columbus had a definite goal – find India the other way. Unfortunately, he didn’t know all the issues he would run into along the way, and didn’t know he’d “discover” a new world. Most SW development is a speculative exploration for a solution set.

    O(1): another example would be the power switch. No matter how much memory, disk, tasks, threads, whatever, the power switch operates in O(1) time.

  18. Shog9 says:

    tim:
    > You have to be kidding me. boat programming is
    > banned, but we have these idiotic discussions about
    > characters?

    I voted to close it. You apparently participated in a mini- edit war on it. Now it’s locked, and cannot be closed.

    What, were you afraid it wouldn’t generate enough controversy to require moderator intervention, thereby invalidating your comparison?

    Jeff ain’t the only one flirting with hypocrisy…

  19. Joel says:

    “accrete” is a verb, roughly meaning to grow by gradual accumulation.

  20. Anton Gogolev says:

    @Jeff Atwood (if you happen to read this) For database migrations consider http://code.google.com/p/octalforty-wizardby — it’s very much Rails-like.

  21. Kurt Leucht says:

    Would latte art created by Joel Spolski be programming related? This podcast is useless without pictures, Joel!

Leave a Reply