Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re^5: How Large Does Your Project Have To Be to Justify Using Moose? (modular)

by JavaFan (Canon)
on Oct 13, 2011 at 06:25 UTC ( [id://931142]=note: print w/replies, xml ) Need Help??


in reply to Re^4: How Large Does Your Project Have To Be to Justify Using Moose? (modular)
in thread How Large Does Your Project Have To Be to Justify Using Moose?

Sure, but when I write code that's completely stateless,
Eh? Just because an object has state, doesn't mean it has to expose its internal state on an API.

My objects typically aren't stateless. Most of the time, the external world will not be able to peak at the internal implementation of state.

I rarely need polymorphism and probably don't need objects at all.
When I write code and I have the need to group a bunch of attributes in a container, I use a hash, and probably don't need objects at all.

But if I want to encapsulate something, I use objects, and actually encapsulate by not making most of the attributes visible.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (4)
As of 2024-03-29 05:29 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found