Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: Things I Don't Use in Perl

by friedo (Prior)
on Aug 23, 2005 at 17:52 UTC ( [id://485972]=note: print w/replies, xml ) Need Help??


in reply to Things I Don't Use in Perl

My father is an excellent amateur woodworker and has observed the wisdom that "You should never buy a tool until you need it." Similarly I find that I don't bother with features until I must have them.

I've never used prototypes, except for one occasion which hasn't proven all that useful (to me, anyway.)

One time I experimented with operator overloading, but then merlyn pointed out a far better (and more obvious) way to do what I needed and I haven't had a need for operator overloading since then.

I've never felt the need to use tie, prefering instead to use objects when I want a variable that has behaviour.

I never use subroutine attributes, they smell bad to me, which is part of the reason Catalyst makes me recoil in horror. (CGI::App forever! :) ) I do, however, use Test::Class, which is so cool that I can get over my objection to attributes for that one case.

I never use the debugger.

I suppose the moral of the story is:

  1. Keep it simple, stupid
  2. You don't have to know/have everything to be productive
  3. Don't let your prejudices separate you from a good solution (e.g. Test::Class).

Replies are listed 'Best First'.
Re^2: Things I Don't Use in Perl
by sri (Vicar) on Aug 24, 2005 at 01:12 UTC
      I've seen that, actually. :) I found an approach to the problem that works just as well for me.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://485972]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (2)
As of 2024-04-26 00:51 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found