I have a question, but not sure if it should be asked at Stack Overflow, here in Meta or in Programmers. It is potentially a discussion, but I'm after opinions.
The question is along the lines of implicit coding or explicit coding.
Where is the best place to ask?
This means I have to ask it here to then be told where it will be answered!
My question is, in programming it is my understanding that generally being explicit is desired (as opposed to being implicit), so is the use of the`var keyword so popular.
var myName = DateTime.Now();