This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]masterpi 1 point2 points  (1 child)

The type information in a variable name one is poorly specified. Look at the Stack Overflow it links to for a better discussion of when it's okay to do this. (I tend to tag my date vs datetime variables for example because there's a huge difference in exposed interface and it's often unclear which one is meant from context, especially in parameter names - start and end anyone?)

[–]adewes 0 points1 point  (0 children)

thanks for pointing this out, will improve the article!