Relative Content

Tag Archive for semantics

Using ‘new’ in a projection?

I wish to project a collection from one type (Something) to another type (SomethingElse). Yes, this is a very open-eneded question, but which of the two options below do you prefer?

Difference between sending a message and emitting it

Halfway through the RabbitMQ tutorial, I noticed that the tutorial stops referring to producers “sending” messages and starts using the verb “emit” instead — and pretty consistently, too; after the second tutorial, the verb “send” is no longer used to describe a producer transmitting messages.