Click here to Skip to main content
15,911,848 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
AnswerRe: Do we, as developers, have a UI responsibility? Pin
Eddy Vluggen4-Aug-17 6:56
professionalEddy Vluggen4-Aug-17 6:56 
AnswerRe: Do we, as developers, have a UI responsibility? Pin
TheGreatAndPowerfulOz4-Aug-17 7:01
TheGreatAndPowerfulOz4-Aug-17 7:01 
GeneralRe: Do we, as developers, have a UI responsibility? Pin
OriginalGriff4-Aug-17 7:55
mveOriginalGriff4-Aug-17 7:55 
AnswerRe: Do we, as developers, have a UI responsibility? Pin
RickZeeland4-Aug-17 7:06
mveRickZeeland4-Aug-17 7:06 
GeneralRe: Do we, as developers, have a UI responsibility? Pin
W Balboos, GHB4-Aug-17 8:21
W Balboos, GHB4-Aug-17 8:21 
GeneralRe: Do we, as developers, have a UI responsibility? Pin
Jon McKee4-Aug-17 11:14
professionalJon McKee4-Aug-17 11:14 
GeneralRe: Do we, as developers, have a UI responsibility? Pin
Dan Neely7-Aug-17 2:23
Dan Neely7-Aug-17 2:23 
GeneralRe: Do we, as developers, have a UI responsibility? Pin
Jesse Connell7-Aug-17 8:25
Jesse Connell7-Aug-17 8:25 
It's almost certainly a matter of month/day being most often used, year being added on optionally.

Consider the MM/DD portion of the date to be day-of-year. It's big-endian, which isn't bad in itself. Appending the year afterwards vs beforehand is normal in speech, but when you write it, it appears that you're now using little-endian: day-of-year/year. It's awkward, but not crazy.

If you think that crazy because mixing little-endian with big-endian is crazy, consider that DD/MM/YYYY is already mixing little- with big-, since the actual digits we write are big-endian.

(I prefer YYYY-MM-DD, myself, which is all big-endian and fully consistent, but the American way isn't illogical, per se.)
Jesse

GeneralRe: Do we, as developers, have a UI responsibility? Pin
KLSmith7-Aug-17 8:44
KLSmith7-Aug-17 8:44 
GeneralRe: Do we, as developers, have a UI responsibility? Pin
Jon McKee7-Aug-17 9:56
professionalJon McKee7-Aug-17 9:56 
AnswerRe: Do we, as developers, have a UI responsibility? Pin
Ravi Bhavnani4-Aug-17 7:09
professionalRavi Bhavnani4-Aug-17 7:09 
AnswerRe: Do we, as developers, have a UI responsibility? Pin
Gary Wheeler4-Aug-17 7:22
Gary Wheeler4-Aug-17 7:22 
GeneralRe: Do we, as developers, have a UI responsibility? Pin
André Pereira15-Mar-18 3:58
André Pereira15-Mar-18 3:58 
GeneralRe: Do we, as developers, have a UI responsibility? Pin
Gary Wheeler15-Mar-18 10:35
Gary Wheeler15-Mar-18 10:35 
GeneralRe: Do we, as developers, have a UI responsibility? Pin
André Pereira16-Mar-18 0:39
André Pereira16-Mar-18 0:39 
AnswerRe: Do we, as developers, have a UI responsibility? Pin
lopatir4-Aug-17 7:47
lopatir4-Aug-17 7:47 
GeneralRe: Do we, as developers, have a UI responsibility? Pin
Chris Maunder4-Aug-17 7:51
cofounderChris Maunder4-Aug-17 7:51 
GeneralRe: Do we, as developers, have a UI responsibility? Pin
OriginalGriff4-Aug-17 7:56
mveOriginalGriff4-Aug-17 7:56 
GeneralRe: Do we, as developers, have a UI responsibility? Pin
Ravi Bhavnani4-Aug-17 8:00
professionalRavi Bhavnani4-Aug-17 8:00 
JokeRe: Do we, as developers, have a UI responsibility? Pin
jeron14-Aug-17 8:06
jeron14-Aug-17 8:06 
GeneralRe: Do we, as developers, have a UI responsibility? Pin
Ravi Bhavnani4-Aug-17 8:09
professionalRavi Bhavnani4-Aug-17 8:09 
GeneralRe: Do we, as developers, have a UI responsibility? Pin
jeron14-Aug-17 8:13
jeron14-Aug-17 8:13 
GeneralRe: Do we, as developers, have a UI responsibility? Pin
Ravi Bhavnani4-Aug-17 8:22
professionalRavi Bhavnani4-Aug-17 8:22 
GeneralRe: Do we, as developers, have a UI responsibility? Pin
Chris Maunder4-Aug-17 8:57
cofounderChris Maunder4-Aug-17 8:57 
GeneralRe: Do we, as developers, have a UI responsibility? Pin
Ravi Bhavnani4-Aug-17 9:07
professionalRavi Bhavnani4-Aug-17 9:07 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.