Results -9 to 0 of 87

Dev. Posts

Threaded View

  1. #14
    Player Daniel_Hatcher's Avatar
    Join Date
    Mar 2011
    Location
    San d'Oria
    Posts
    2,577
    Character
    Alvian
    World
    Phoenix
    Main Class
    MNK Lv 12
    Quote Originally Posted by Llana_Virren View Post
    The tragedy of being a programmer (and by extension, a developer) is that "simple, small fixes" aren't as simple in reality as they are in the minds of players.
    Only if you're just beginning programming....

    I say that as someone able to program in many different languages.

    For example:

    Clearly coded

    /*
    --------------------------------- Item Storage data ---------------------------------
    */

    // Safe
    // Sack
    // Inventory
    if (Location = homeCity) {
    showStorage()
    } else {
    blockStorage()
    }
    // Satchel
    // etc....

    make that poorly coded and it could be something as stupid as

    // check 1ImSuperman
    // check 2pokeKickFly
    // check 3fishStabPoke
    // check 4blahFishtakeBlah (storage < Storage one poorly named by an amateur on a school project)
    // check 5ImBatman
    // check 6WEEEEEEEE!

    Making it ridiculously hard to find, so unless the people that programmed FFXI originally only just started programming it should be clearly coded, labeled etc...


    People make programming out to be too hard, it really is not, it's like learning another language. The first is a pain, but after that the rest is a breeze.
    (1)
    Last edited by Daniel_Hatcher; 09-25-2012 at 09:10 AM.

Tags for this Thread