Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
DataView/DataSet/DataReader
Message
From
09/01/2007 00:26:50
 
 
To
08/01/2007 12:34:44
General information
Forum:
ASP.NET
Category:
ADO.NET
Miscellaneous
Thread ID:
01183234
Message ID:
01183689
Views:
34
>Yes, but I like clean code for several reason such as understandability when reading the code.

Personal preference then I guess. Personally, I think this:
lnMonth = CDATE(loRow("Date")).Month
is much cleaner and easier to understand than this:
Dim ldDate AS Date = Date.Now
ldDate = loRow("Date")
lnMonth = ldDate.Month
~~Bonnie
Bonnie Berent DeWitt
NET/C# MVP since 2003

http://geek-goddess-bonnie.blogspot.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform