For Programmers: Free Programming Magazines  


Home > Archive > PERL Beginners > March 2004 > OT: Re: subroutine definitions









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author OT: Re: subroutine definitions
Wiggins D'Anconia

2004-03-18, 6:21 pm

Andrew Gaffney wrote:

[snip]

>
> Really, I'm the only user of my code. I don't expect to get replaced
> anytime soon as my boss also doubles as my father ;) Besides, I
> certaintly don't want to make things easier for my replacement (if there
> ever is one).
>


Sorry for the old post, but this last sentence of yours is scary. More
often than not your replacement will be you in a few ws, months, etc.
But a bigger problem is the attitude taken in it, and maybe you are
set for life with dear ol' dad running the company, but it is a sign of
something bigger that will be apparent in your coding, and maybe your
life. If you spend your time trying to keep your job, rather than doing
your job, you are likely to lose your job. Two of my unfortunate
colleagues found that out the hard way recently...

[snip]

Who is John Galt?

http://danconia.org

p.s. I don't do it often, but couldn't let this one slide....
Andrew Gaffney

2004-03-18, 6:21 pm

Wiggins d'Anconia wrote:
> Andrew Gaffney wrote:
>
> [snip]
>
>
> Sorry for the old post, but this last sentence of yours is scary. More
> often than not your replacement will be you in a few ws, months, etc.
> But a bigger problem is the attitude taken in it, and maybe you are set
> for life with dear ol' dad running the company, but it is a sign of
> something bigger that will be apparent in your coding, and maybe your
> life. If you spend your time trying to keep your job, rather than doing
> your job, you are likely to lose your job. Two of my unfortunate
> colleagues found that out the hard way recently...


I should have put that smiley after the last sentence instead of where I did. It was a
joke. I'm currently going through and cleaning up all my code and moving all common code
to my module.

--
Andrew Gaffney
Network Administrator
Skyline Aeronautics, LLC.
636-357-1548

Charles K. Clarkson

2004-03-18, 6:21 pm

Andrew Gaffney <agaffney@skylineaero.com> wrote:
:
: I'm currently going through and cleaning up all my code
: and moving all common code to my module.

Get used to doing it. In about a year you'll wonder
why you did it that way and how you did anything with
such terrible programming.

:)


Charles K. Clarkson
--
Mobile Homes Specialist
254 968-8328

Andrew Gaffney

2004-03-18, 6:21 pm

Charles K. Clarkson wrote:
> Andrew Gaffney <agaffney@skylineaero.com> wrote:
> :
> : I'm currently going through and cleaning up all my code
> : and moving all common code to my module.
>
> Get used to doing it. In about a year you'll wonder
> why you did it that way and how you did anything with
> such terrible programming.


A year? Try right now. When I originally started this project over 2 years ago (I was 17
and had done nothing like this before) I wrote all the CGI scripts in C++ using the
mysql++ interface library. That was a mess. It was also slow as hell. I rewrote one of the
larger scripts in Perl (when I originally started learning it about a year ago) and it was
about 5 times faster, which didn't make much sense.

--
Andrew Gaffney
Network Administrator
Skyline Aeronautics, LLC.
636-357-1548

Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2009 codecomments.com