Search Unity

how often do you rewrite you projects?

Discussion in 'Game Design' started by craig4android, Jun 14, 2019.

  1. craig4android

    craig4android

    Joined:
    May 8, 2019
    Posts:
    124
    how often do you rewrite you projects?
     
  2. hippocoder

    hippocoder

    Digital Ape

    Joined:
    Apr 11, 2010
    Posts:
    29,723
    All the time, I think it's called refactoring.
     
    Antypodish likes this.
  3. grizzly

    grizzly

    Joined:
    Dec 5, 2012
    Posts:
    357
    Yes, it's called refactoring and only employed if and when necessary.
     
  4. Volcanicus

    Volcanicus

    Joined:
    Jan 6, 2018
    Posts:
    169
    All the time. I start off with big ideas and as resources and scripts start getting built up, I start trimming and reworking stuff.
    In my latest game, I had a gym but no gym assets (sound, characters, items, anything). So that was scrapped and instead I have a pool.
    In terms of programming, I usually commit with what I have unless it is a complete mistake. If I think of better ways to do it, then I take note of it and see later if I can apply it.
     
  5. Antypodish

    Antypodish

    Joined:
    Apr 29, 2014
    Posts:
    10,779
    Starting from prototype, then writing prototype of prototype, then adding and removing stuff is very common in my case.
    Testing and selecting most suitable approach for given project, or its small subset.
     
  6. hippocoder

    hippocoder

    Digital Ape

    Joined:
    Apr 11, 2010
    Posts:
    29,723
    I celebrate when I remove code :)
     
  7. Vryken

    Vryken

    Joined:
    Jan 23, 2018
    Posts:
    2,106
    Probably too many times for my own good.
     
  8. ClaudiaTheDev

    ClaudiaTheDev

    Joined:
    Jan 28, 2018
    Posts:
    331
    I rewrite code often, but the project itself (idea, basic level design) not very often.
    Details regarding level design i also change quite often.
    But when you mean with project actually the whole game i would say i do not rewrite it, rather only change small aspects.