Page 2 of 5 FirstFirst 1234 ... LastLast
Results 11 to 20 of 43
  1. #11
    ScrapeBox Development softtouch's Avatar
    Join Date
    Jan 2004
    Gender
    Male
    Posts
    3,700
    Blog Entries
    1

    Default Re: programmer's life span?.


    Quote Originally Posted by javapenguin
    It's good to hear your doing well in the programming field, so I assume you have some programmers under you now since you no longer need to program? Am I correct?
    No, I did and do all myself.
    But back on topic. This topic is not about me.

  2. #12

    Default Re: programmer's life span?.

    well ive read somewhere that an employed programmer is only good/effective for 7 years...

    http://www.igeek.com/articles/Career...reEngineer.txt
    any inputs on this

  3. #13

    Default Re: programmer's life span?.

    I think it's very cool to see a 60-year old programmer with long white hair and beard. I think it's very, very cool. The programmer would look like a wizard in the truest sense... Just think of a Unix kernel hacker that looks like Gandalf.... coooool.

  4. #14

    Default Re: programmer's life span?.

    Quote Originally Posted by silent-kill
    well ive read somewhere that an employed programmer is only good/effective for 7 years...
    Perhaps thats the average . . . for me it depends on the type of projects or company you have worked with. If it has exhausted you much or overused you, then you might think of laying low . . . I'll be turning 8yrs of programming experience this year, and I felt there are still so many things to try and build, thats why right now I'm working with two companies both as a programmer, then naa pakoy freelance hehehe. I'll tell you soon when I'll get exhausted bwahahahaha.


  5. #15

    Default Re: programmer's life span?.

    current_career = "programmer";
    while(Still_Breathing)
    {
    age++;
    if(successful_projects)
    {
    salary++;
    next_career = (promoted == true) ? "Manager/Consultant" : current_career;
    if(next_career != current_career) break;
    }
    else
    {
    enthusiasm--;
    try
    {
    if(enthusiasm <= 0)
    {
    Try_SomethingElse();
    }
    }
    catch()
    {
    //pag care giver nalang
    }
    }
    }

  6. #16
    ScrapeBox Development softtouch's Avatar
    Join Date
    Jan 2004
    Gender
    Male
    Posts
    3,700
    Blog Entries
    1

    Default Re: programmer's life span?.

    And in Delphi:

    current_career := 'programmer';
    while still_breathing do
    begin
    inc(age);
    if successful_projects do
    begin
    inc(salary);
    if promoted then next_career := 'Manager/Consultant' else next_career := current_career;
    if next_career <> current_career then break;
    end
    else
    begin
    dec(enthusiasm);
    try
    if enthusiasm <= 0 then Try_SomethingElse;
    except
    // pag care giver nalang
    end;
    end;
    end;

  7. #17

    Default Re: programmer's life span?.

    heheeheh got enthusiasm--; cuz my last company was a failure heeheh but ill bounce back..

    heres mine..

    current_career = "programmer";
    while(Still_Breathing)
    {
    age++;
    if(successful_projects)
    {
    salary++;
    next_career = (promoted == true) ? "Manager/Consultant" : current_career;
    if(next_career != current_career) break;
    }
    else
    {
    enthusiasm--;
    try
    {
    if(enthusiasm <= 0)
    {
    Try_SomethingElse();
    }
    }
    catch()
    {
    //pag care giver nalang cheesy
    }
    }

    saveMoney();
    if(money > MoreThanEnough)
    break;
    }

  8. #18

    Default Re: programmer's life span?.

    Quote Originally Posted by silent-kill
    well ive read somewhere that an employed programmer is only good/effective for 7 years...
    there is no limit being an excellent programmer. unless you stop learning and if you stop learning you become obsolete and if that happens you lost your job.

  9. #19

    Default Re: programmer's life span?.

    nice code hehe i like the pag care giver part haha

  10. #20

    Default Re: programmer's life span?.

    Yepp, except for the if(money > MoreThanEnough) part. IMHO, it ought to be:

    Code:
    if(this.money.amount > this.money.desire) {
      this.money.invest(this.money.amount -= investments);
      this.money.doBusiness(this.money.amount -= capital);
    }
    
    if(this.money.amount > this.money.desire) { // still have enough money left
      this.money.donateCharity(this.money.amount -= donation);
      this.money.setupFoundation(this.money.amount - this.money.desire); // don't use -= here to stay away from operator precedence issues
      this.money.amount = this.money.desire;
    }
    
    this.money.desire = this.money.amount; // the key to happiness, notwithstanding the technically equivalent statement prior to this

  11.    Advertisement

Page 2 of 5 FirstFirst 1234 ... LastLast

Similar Threads

 
  1. Programmer = No Life ?
    By manters2000 in forum Programming
    Replies: 85
    Last Post: 05-26-2013, 08:10 AM
  2. LED signal lights, short life span
    By JViLLe in forum Automotive
    Replies: 13
    Last Post: 03-26-2013, 12:58 PM
  3. hdd life span
    By exguco in forum Computer Hardware
    Replies: 9
    Last Post: 08-20-2012, 01:42 AM
  4. Man's Life Span
    By ryan22 in forum Humor
    Replies: 22
    Last Post: 06-01-2007, 01:52 AM
  5. Overclocking life span
    By Abaddon in forum Computer Hardware
    Replies: 8
    Last Post: 05-10-2007, 10:30 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
about us
We are the first Cebu Online Media.

iSTORYA.NET is Cebu's Biggest, Southern Philippines' Most Active, and the Philippines' Strongest Online Community!
follow us
#top