26

developers CAN'T be Designers.. lol

Comments
  • 4
    No, they actually could. This works best if he was a designer before he started programming.
  • 2
    @enchance for example I started out designing websites and logos, now I'm mostly dev oriented
  • 3
    I'm a dev/designer. I love both aspects
  • 3
    I'm a developer with a background in design. I dropped out of college, where I was studying graphic design, to teach myself web development. No my job is to literally bridge the gap between the designers and the other developers at the agency I work at. Never say never.
  • 0
    // Second Suitcase is overloaded.

    static void PackSuitcase() {
    Suitcase(false);
    }

    static void PackSuitcase(Boolean isDev) {
    if(isDev) {
    // Cram in features.
    }
    }
  • 1
    @shittywebdev Edit: First method should call PackSuitCase();

    I blew it...
  • 1
    @shittywebdev nope, it should be PackSuitcase(); (lower case 'c')
  • 1
    I started out as a designer, with programming as a hobby, slowly transforming into a fulltime developer with design responsibilities :)
  • 0
    @juzles that's correct
Add Comment