Click here to Skip to main content
15,900,906 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Design question - sort symbols Pin
Rage15-Jan-16 5:16
professionalRage15-Jan-16 5:16 
GeneralRe: Design question - sort symbols Pin
ZurdoDev15-Jan-16 5:26
professionalZurdoDev15-Jan-16 5:26 
GeneralRe: Design question - sort symbols Pin
kmoorevs15-Jan-16 5:39
kmoorevs15-Jan-16 5:39 
GeneralRe: Design question - sort symbols Pin
PIEBALDconsult15-Jan-16 13:29
mvePIEBALDconsult15-Jan-16 13:29 
GeneralRe: Design question - sort symbols Pin
Ravi Bhavnani15-Jan-16 5:09
professionalRavi Bhavnani15-Jan-16 5:09 
GeneralRe: Design question - sort symbols Pin
harold aptroot15-Jan-16 5:20
harold aptroot15-Jan-16 5:20 
GeneralRe: Design question - sort symbols Pin
PIEBALDconsult15-Jan-16 13:25
mvePIEBALDconsult15-Jan-16 13:25 
QuestionLanguage question Pin
Duncan Edwards Jones15-Jan-16 2:58
professionalDuncan Edwards Jones15-Jan-16 2:58 
OK - it is skating a bit close to a technical question, but really I just want an opinion on what word to use...

Say I have a class that is a Projection and I want it to do its thang and return the result, what should I call that ?

i.e. in...

VB
''' <summary>
''' Marker interface to denote anything as being a projection over the given aggregate identifier
''' </summary>
''' <remarks>
''' The type-safety is to ensure the projection only operates on events of one kind
''' </remarks>
Public Interface IProjection(Of TAggregate As IAggregationIdentifier, TAggregateKey)
    Inherits IProjection

    ''' <summary>
    ''' Run the projection using the specified event stream reader passed in
    ''' </summary>
    ''' <param name="eventStreamReader">
    ''' The reader to use to get the event stream data
    ''' </param>
    Overloads Sub Project(ByVal eventStreamReader As IEventStreamReader(Of TAggregate, TAggregateKey))

End Interface


What's a better word than "Project"?
AnswerRe: Language question Pin
Pete O'Hanlon15-Jan-16 3:08
mvePete O'Hanlon15-Jan-16 3:08 
AnswerRe: Language question Pin
Nagy Vilmos15-Jan-16 3:14
professionalNagy Vilmos15-Jan-16 3:14 
AnswerRe: Language question Pin
Roger Wright15-Jan-16 5:45
professionalRoger Wright15-Jan-16 5:45 
AnswerRe: Language question Pin
BillWoodruff15-Jan-16 6:10
professionalBillWoodruff15-Jan-16 6:10 
JokeRe: Language question Pin
Duncan Edwards Jones15-Jan-16 6:49
professionalDuncan Edwards Jones15-Jan-16 6:49 
GeneralRe: Language question Pin
Roger Wright15-Jan-16 7:02
professionalRoger Wright15-Jan-16 7:02 
QuestionRe: Language question Pin
PIEBALDconsult15-Jan-16 13:36
mvePIEBALDconsult15-Jan-16 13:36 
AnswerRe: Language question Pin
Duncan Edwards Jones15-Jan-16 21:50
professionalDuncan Edwards Jones15-Jan-16 21:50 
NewsNormal for Wales Pin
Nagy Vilmos15-Jan-16 2:31
professionalNagy Vilmos15-Jan-16 2:31 
GeneralRe: Normal for Wales Pin
908236515-Jan-16 2:37
908236515-Jan-16 2:37 
GeneralRe: Normal for Wales Pin
Chris Quinn15-Jan-16 3:47
Chris Quinn15-Jan-16 3:47 
GeneralRe: Normal for Wales Pin
Wastedtalent15-Jan-16 4:52
professionalWastedtalent15-Jan-16 4:52 
GeneralMy Holiday Film is Back Pin
Nagy Vilmos15-Jan-16 0:52
professionalNagy Vilmos15-Jan-16 0:52 
GeneralRe: My Holiday Film is Back Pin
glennPattonWork315-Jan-16 1:07
professionalglennPattonWork315-Jan-16 1:07 
GeneralRe: My Holiday Film is Back Pin
Nagy Vilmos15-Jan-16 1:18
professionalNagy Vilmos15-Jan-16 1:18 
GeneralRe: My Holiday Film is Back Pin
glennPattonWork315-Jan-16 1:57
professionalglennPattonWork315-Jan-16 1:57 
GeneralRe: My Holiday Film is Back Pin
Jörgen Andersson15-Jan-16 2:16
professionalJörgen Andersson15-Jan-16 2:16 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.


Straw Poll

Were you affected by the geomagnetic storms this past weekend?
Communication disruptions, electrified pipes, random unexplained blue-screens in Windows - the list of effects is terrifying.
  Results   496 votes