Programming Convention Survey of the day
The Lounge
62
Posts
47
Posters
6
Views
1
Watching
-
I want to know what makes most sense for developers: Before you arm yourself and point it to be a programming question let me say that this is not a programming question. I have a function named
CopyObjectArrayToRecord
, it takes two parameters: an object array and a record. Just based on the name what do you expect the order of parameters to be: 1. array, record 2. record, arrayCo-Author ASP.NET AJAX in Action
1 is more logical ;)
-
True that.
Zakk Of all Trades