Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: High-level methods to low-level: Do I put them together?

by Shoeboy (Sexton)
on Jul 16, 2000 at 23:55 UTC ( [id://22779]=note: print w/replies, xml ) Need Help??


in reply to High-level methods to low-level: Do I put them together?

Is the design with all levels in the same class fundamentally wrong?

That depends. Will doing it this way substantially increase the effort required to support different types of logs? Are you likely to need to support more log types in the future? Does your current solution contain lots of redundant code that just screams for abstraction and encapsulation? The answers to these questions are the answers to your question.

I do ~80% of my coding in languages that don't support OOP (Transact SQL and C) and the remaining 20% in perl where OOP is optional (albeit frequently useful)-- so I find the idea of there being 'right' and 'wrong' levels of OOP clutter to be ludicrous. It's a judgement call. There's more than one way to do it. Pick the one that works best for you.

I slept through the only class in software design I ever took, so feel free to ignore me.

Shoeboy
perl -e "do {kill $java, $ada, $cobol, $pascal, $csh;} until die 'Just another perl hacker';"

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (7)
As of 2024-04-23 19:30 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found