Programming Bugs in a Nutshell

Discussion in 'Pictures, Videos & Other Media' started by Gernen, Feb 15, 2015.

  1. Gernen

    Gernen Prime Minister
    Resident ⛰️ Ex-EcoLeader ⚜️⚜️⚜️ Ex-President ⚒️⚒️ Premium Upgrade

    Joined:
    Nov 2, 2012
    Messages:
    2,289
    Trophy Points:
    54,660
    Gender:
    Male
    Ratings:
    +1,113
    [​IMG]
     
    • Like Like x 5
    • Winner Winner x 3
    • List
  2. 314

    314 Irrational Moderator, former ServerAdmin
    SuperMod EcoLegend ⛰️⛰️⛰️⛰️ Ex-President ⚒️⚒️ Prestige ⭐ VI ⭐ Premium Upgrade

    Joined:
    Apr 1, 2014
    Messages:
    7,046
    Trophy Points:
    97,160
    EcoDollars:
    $1,400,000
    Ratings:
    +4,917
    I remember seeing this picture...I had it bookmarked in firefox before they were all deleted in december. I think..jamie was the one posting it?

    Fits extremely well. Experienced the same today on a more successful scale - 5 bugs fixed. 4 of them caused during the tries to fix one.


    Something that also fits programming in general well: It's not a bug, it's a feature.
    Minecraft has a key combination (F3+C held for 10 seconds) that crashes the game. Guess - was it marked as a bug or as a feature? :D


    EDIT: For the LOLs.
    http://i.imgur.com/4VafEKR.jpg
     
    • Like Like x 2
    • Agree Agree x 1
    • List
    #2 314, Feb 15, 2015
    Last edited: Feb 15, 2015
  3. Vintage_Gamer

    Vintage_Gamer Builder
    Builder ⛰️ Ex-President ⚒️⚒️ Premium Upgrade

    Joined:
    Jun 18, 2013
    Messages:
    3,802
    Trophy Points:
    53,710
    Gender:
    Male
    Ratings:
    +1,219
  4. stoler202

    stoler202 Builder
    Builder ⛰️ Ex-President ⚒️⚒️

    Joined:
    Aug 3, 2012
    Messages:
    1,701
    Trophy Points:
    32,660
    EcoDollars:
    $0
    Ratings:
    +471
    All i understand about this, because while one thing is bugged, it cant trigger bugs from that code. Therefore one big bug instead of many little ones.
    And i guess i am a sort of plagiarist in python....
     
  5. 314

    314 Irrational Moderator, former ServerAdmin
    SuperMod EcoLegend ⛰️⛰️⛰️⛰️ Ex-President ⚒️⚒️ Prestige ⭐ VI ⭐ Premium Upgrade

    Joined:
    Apr 1, 2014
    Messages:
    7,046
    Trophy Points:
    97,160
    EcoDollars:
    $1,400,000
    Ratings:
    +4,917
    If one thing is bugged, a fix for it can break many things at once. :)
     
  6. stoler202

    stoler202 Builder
    Builder ⛰️ Ex-President ⚒️⚒️

    Joined:
    Aug 3, 2012
    Messages:
    1,701
    Trophy Points:
    32,660
    EcoDollars:
    $0
    Ratings:
    +471
    that too