Results 1 to 6 of 6

Thread: [RESOLVED] patch vs fix?

  1. #1

    Thread Starter
    PowerPoster MMock's Avatar
    Join Date
    Apr 2007
    Location
    My Mustang GT
    Posts
    4,562

    Resolved [RESOLVED] patch vs fix?

    What is a patch and how does it differ from a fix?

    As a programmer, if there is a bug in my code, I fix it. I seem to remember from a long time ago working with patches, but I can't remember exactly what the difference is. I think it was that the bug remained, but something else went in that "patched" it. Does this make sense?

    I am asking because we are having issues right now with a consultant whose code is not working and my boss wants to know if he is fixing it or patching it. He said this person has "patched" things for us in the the past.
    There are 10 kinds of people in this world. Those who understand binary, and those who don't.

  2. #2
    PowerPoster JuggaloBrotha's Avatar
    Join Date
    Sep 2005
    Location
    Lansing, MI; USA
    Posts
    4,286

    Re: patch vs fix?

    A patch contains the updated files of which the bugs in them have been fixed/corrected.
    Currently using VS 2015 Enterprise on Win10 Enterprise x64.

    CodeBank: All ThreadsColors ComboBoxFading & Gradient FormMoveItemListBox/MoveItemListViewMultilineListBoxMenuButtonToolStripCheckBoxStart with Windows

  3. #3
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687

    Re: patch vs fix?

    think of it like this.... you get a hole in your bicycle.... if you replace the tire tube... that's a "fix" ... if you slap a patch onto it, that's a "patch."

    Patching an app is similar... your replace bits of the application... not the whole thing (think of the updates MS does... those are patches).... technically speaking patching is fixing... your're fixing something that was broken... it's the how you do it that makes it a patch or not.

    -tg
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  4. #4

    Thread Starter
    PowerPoster MMock's Avatar
    Join Date
    Apr 2007
    Location
    My Mustang GT
    Posts
    4,562

    Re: patch vs fix?

    Okay, so if there's a bug in List_Charges.aspx a patch would be a new List_Charges.aspx file. A fix would be the entire folder in which List_Charges resides? They really are the same thing and it's not like a patch is less trustworthy?
    There are 10 kinds of people in this world. Those who understand binary, and those who don't.

  5. #5
    Fanatic Member
    Join Date
    Jun 2004
    Location
    All useless places
    Posts
    917

    Re: patch vs fix?

    I am not sure if patch and fix can be distinguished. I would say a "patch" contains a "number of fix(es)". You fix your code and deploy/distribute a patch. You do not deploy your fix(es).
    I would equate an update and patch at the same level.
    These are all jargons, end result is fix the issue and deploy the corrected application. How you do it (full deployment, page replacement etc. etc.) is matter of practice and policy.

  6. #6

    Thread Starter
    PowerPoster MMock's Avatar
    Join Date
    Apr 2007
    Location
    My Mustang GT
    Posts
    4,562

    Re: patch vs fix?

    Thanks to all three of you. It is much clearer now.
    There are 10 kinds of people in this world. Those who understand binary, and those who don't.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width