Forum Replies Created

Viewing 15 posts - 9,166 through 9,180 (of 39,771 total)

  • RE: The History of the VCS

    pparsons (9/14/2015)


    DVCS all the way! Having started with a "first generation" VCS and coordinating the changes necessary between multiple developers, then progressing to SVN and now to GIT there...

  • RE: Who's a Good Developer?

    malcolm-342909 (9/15/2015)


    "I suspect you'll find it to be a very abstract idea. Perhaps it's like pornography, where you know a good developer when you see them, but if so, then...

  • RE: Who's a Good Developer?

    Iwas Bornready (9/15/2015)


    It is easier sometimes to identify the bad developers. As for good, not as easy.

    I'd like to think so. Not sure that's easy anymore.

  • RE: Who's a Good Developer?

    eric.notheisen (9/15/2015)


    The first one is easy: ask yourself this question, "Which developer would I turn to when needing to solve a complex problem in a crisis?"

    The second question is...

  • RE: Who's a Good Developer?

    xsevensinzx (9/15/2015)


    I don't believe you can measure quality without experience (i.e.: working with the person). It's silly to think you can with just an hour or two with someone during...

  • RE: Who's a Good Developer?

    n.ryan (9/15/2015)


    "Who's a Good Developer" is quite an open question and is best answered by answering the question "What do we want this person to do?"

    For example, there are roles...

  • RE: Who's a Good Developer?

    David.Poole (9/15/2015)


    Who would you choose for the long haul, a technical whizz with low social skills or someone of slightly above average competence who fits well with a team?

    The latter,...

  • RE: Who's a Good Developer?

    Sean Redmond (9/14/2015)


    Hi Steve,

    There are several metrics that can be used:

    1. How fast can an everyday problem be solved? Does a complex query take the DBA 30 minutes...

  • RE: Are the posted questions getting worse?

    jasona.work (9/15/2015)


    BWFC (9/15/2015)


    Please tell me it's not just me who saw the title of today's editorial and immediately replied mentally with 'yes, you're a good developer.'

    Must.Grow.Up

    "Who wants a developer...

  • RE: Are the posted questions getting worse?

    BWFC (9/15/2015)


    Please tell me it's not just me who saw the title of today's editorial and immediately replied mentally with 'yes, you're a good developer.'

    Must.Grow.Up

    Self delusion can be a...

  • RE: The checksum

    The idea in checksum is to reduce work. ALL hashing algorithms have the possibility of collisions. The faster/shorter/cheaper the algorithm is, the more likely there are collisions. CHECKSUM() is dangerous...

  • RE: Fantasy Football 2015

    Wow, fourth highest score and a loss. Quite a good matchup week according to the scores.

  • RE: Possible Corruption of SQL 2008 R2 Install

    Agree with Gianluca.

    Copy the error logs to another machine and open them with a text editor.

  • RE: SQL Query

    Always do this before any update/insert/delete.

    begin tran

    -- your insert/update/delete code here

    -- select code to test your changes

    rollback

    -- commit

    This will run the commands, then undo them. Be careful if your commands...

  • RE: The History of the VCS

    Wayne West (9/14/2015)


    I'll be honest: I currently do not use a version of VCS. I did back in the Dos days using BRIEF, someone came out with a source...

Viewing 15 posts - 9,166 through 9,180 (of 39,771 total)