View Poll Results: Key or entity first?

Voters
2. You may not vote on this poll
  • Entity type then key type

    0 0%
  • Key type then entity type

    2 100.00%
Results 1 to 8 of 8

Thread: Style question: key before entity or entity before key?

Threaded View

  1. #4

    Thread Starter
    PowerPoster
    Join Date
    Jul 2002
    Location
    Dublin, Ireland
    Posts
    2,148

    Re: Style question: key before entity or entity before key?

    In the absence of voter guidance I shall fall back on instinct - TEntity before TKey as per above...e.g.

    vb.net Code:
    1. Public Class Bookshelf
    2.    Implements IRepositoryRead(Of Book, ISBNNumber)
    3.  
    4. End Class
    Last edited by Merrion; Feb 4th, 2014 at 07:02 AM. Reason: added show-and-tell and fixed class decl.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width