mindless: Do you have a good name for a class that...?

T

Tim Smith

Do you have a good name for a class that is both routes and transforms
a message?

Somehow transouter or routformer doesnt jive, and a most things that
route,send, direct don't also transform, and things that convert or
change don't also route?

Any ideas? Trying to avoid two words as well. Should have taken more
English classes along with Comp Sci :)
 
E

Ed Morton

Tim said:
Do you have a good name for a class that is both routes and transforms
a message?

Yes, non-cohesive ;-). But this is OT for comp.lang.c anyway...

Ed.
 
M

Mike Wahler

Tim Smith said:
Do you have a good name for a class that is both routes and transforms
a message?

Somehow transouter or routformer doesnt jive, and a most things that
route,send, direct don't also transform, and things that convert or
change don't also route?

Any ideas? Trying to avoid two words as well. Should have taken more
English classes along with Comp Sci :)

How about "Dispatcher"? IMO implies dispatch to either/or/and a
'transformation' or 'target' procedure.

-Mike
 
I

Ian Bell

Tim said:
Do you have a good name for a class that is both routes and transforms
a message?

Somehow transouter or routformer doesnt jive, and a most things that
route,send, direct don't also transform, and things that convert or
change don't also route?

Any ideas? Trying to avoid two words as well. Should have taken more
English classes along with Comp Sci :)

forout or for those from the 70's farout??

Ian
 
N

nos

how about RAT route and transform
Mike Wahler said:
How about "Dispatcher"? IMO implies dispatch to either/or/and a
'transformation' or 'target' procedure.

-Mike
 
R

Raymond DeCampo

Tim said:
Do you have a good name for a class that is both routes and transforms
a message?

Somehow transouter or routformer doesnt jive, and a most things that
route,send, direct don't also transform, and things that convert or
change don't also route?

Any ideas? Trying to avoid two words as well. Should have taken more
English classes along with Comp Sci :)

Perhaps the fact that you can't think of a good name indicates that you
are trying to put too much functionality in one class. What about
separating the functionality into two classes, one for routing and one
for transforming?

Ray
 
J

Jack Klein

Do you have a good name for a class that is both routes and transforms
a message?

Somehow transouter or routformer doesnt jive, and a most things that
route,send, direct don't also transform, and things that convert or
change don't also route?

Any ideas? Trying to avoid two words as well. Should have taken more
English classes along with Comp Sci :)

C doesn't have classes. Kindly don't post questions about them to
comp.lang.c.

--
Jack Klein
Home: http://JK-Technology.Com
FAQs for
comp.lang.c http://www.eskimo.com/~scs/C-faq/top.html
comp.lang.c++ http://www.parashift.com/c++-faq-lite/
alt.comp.lang.learn.c-c++ ftp://snurse-l.org/pub/acllc-c++/faq
 
B

Bruce Percy

C doesn't have classes. Kindly don't post questions about them to
comp.lang.c.

C doesn't have classes. But that doesn't preclude OO programming in c.
Bruce.
 
O

osmium

Raymond said:
Perhaps the fact that you can't think of a good name indicates that you
are trying to put too much functionality in one class. What about
separating the functionality into two classes, one for routing and one
for transforming?

Yeah, that's the ticket. Too darn bad those guys that came up with that
new-fangled vacuum tube didn't realize that; intead they came up with a
doofus name for their gadget. .
 
A

August Derleth

(e-mail address removed) (Tim Smith) wrote in
10:12p:
Do you have a good name for a class that is both routes and transforms
a message?

Yes. Off-topic here.
 
A

August Derleth

35:11p:
C doesn't have classes. But that doesn't preclude OO programming in c.
Bruce.

While you can do OO in C through some rather clever constructs (hell, I've
got some packages to prove it), most people talking about classes for C-
like languages are usually talking about C++ or Objective-C.

Or they're talking about Java, in which case their definition of C-like
needs to be tweaked a bit. ;)
 
A

Alan Balmer

C doesn't have classes. But that doesn't preclude OO programming in c.
Bruce.

Considering the cross-post list, I'd say it's unlikely that the OP
intended to be topical in c.l.c.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,768
Messages
2,569,574
Members
45,048
Latest member
verona

Latest Threads

Top