Click here to Skip to main content
15,906,333 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.

 
GeneralRe: Win 8 wine o' the day... Pin
glennPattonWork320-Jul-15 4:36
professionalglennPattonWork320-Jul-15 4:36 
GeneralRe: Win 8 whine o' the day... Pin
Dan Neely20-Jul-15 3:53
Dan Neely20-Jul-15 3:53 
GeneralRe: Win 8 whine o' the day... Pin
TheGreatAndPowerfulOz20-Jul-15 5:14
TheGreatAndPowerfulOz20-Jul-15 5:14 
GeneralRe: Win 8 whine o' the day... Pin
glennPattonWork320-Jul-15 5:49
professionalglennPattonWork320-Jul-15 5:49 
GeneralRe: Win 8 whine o' the day... Pin
Eddy Vluggen20-Jul-15 7:40
professionalEddy Vluggen20-Jul-15 7:40 
GeneralRe: Win 8 whine o' the day... Pin
TheGreatAndPowerfulOz20-Jul-15 7:41
TheGreatAndPowerfulOz20-Jul-15 7:41 
GeneralRe: Win 8 whine o' the day... Pin
glennPattonWork320-Jul-15 12:07
professionalglennPattonWork320-Jul-15 12:07 
GeneralShould unicode in source be banned outside of strings? Pin
harold aptroot20-Jul-15 2:51
harold aptroot20-Jul-15 2:51 
It seems to mostly lead to trouble. For example, the dreaded Greek question mark[^], incomprehensible symbols being used as identifiers, unrendered boxes all over the place, and sometimes it looks like an operator but it counts as a whitespace[^].

Perhaps worst of all, they can't be keyed in easily. No, I'm not going to memorize a list of alt codes. Copy paste works, but it's annoying, especially if there are several different characters in use.

To be more precise, I actually don't mean to ban unicode (makes a catchy title though), but "problematic characters". If it's not on US keyboard (not even US International, no diacritics and such), it can't be in the code. Except string constants, because you may need them.

"But what about my math symbols and Greek letters??" NO! it's not a paper written in LaTeX, it's plaintext.
GeneralRe: Should unicode in source be banned outside of strings? Pin
Marco Bertschi20-Jul-15 2:57
protectorMarco Bertschi20-Jul-15 2:57 
GeneralRe: Should unicode in source be banned outside of strings? Pin
harold aptroot20-Jul-15 3:08
harold aptroot20-Jul-15 3:08 
GeneralRe: Should unicode in source be banned outside of strings? Pin
Marco Bertschi20-Jul-15 3:00
protectorMarco Bertschi20-Jul-15 3:00 
GeneralRe: Should unicode in source be banned outside of strings? Pin
908236520-Jul-15 3:03
908236520-Jul-15 3:03 
GeneralRe: Should unicode in source be banned outside of strings? Pin
harold aptroot20-Jul-15 3:06
harold aptroot20-Jul-15 3:06 
GeneralRe: Should unicode in source be banned outside of strings? Pin
Deflinek20-Jul-15 3:33
Deflinek20-Jul-15 3:33 
GeneralRe: Should unicode in source be banned outside of strings? Pin
harold aptroot20-Jul-15 3:48
harold aptroot20-Jul-15 3:48 
GeneralRe: Should unicode in source be banned outside of strings? Pin
Daniel Pfeffer20-Jul-15 3:36
professionalDaniel Pfeffer20-Jul-15 3:36 
GeneralRe: Should unicode in source be banned outside of strings? Pin
TheGreatAndPowerfulOz20-Jul-15 5:39
TheGreatAndPowerfulOz20-Jul-15 5:39 
GeneralBrisingr's Thought of the Day Pin
Brisingr Aerowing20-Jul-15 2:26
professionalBrisingr Aerowing20-Jul-15 2:26 
JokeRe: Brisingr's Thought of the Day Pin
Johnny J.20-Jul-15 2:36
professionalJohnny J.20-Jul-15 2:36 
GeneralRe: Brisingr's Thought of the Day Pin
Kornfeld Eliyahu Peter20-Jul-15 2:39
professionalKornfeld Eliyahu Peter20-Jul-15 2:39 
GeneralRe: Brisingr's Thought of the Day Pin
908236520-Jul-15 2:47
908236520-Jul-15 2:47 
GeneralRe: Brisingr's Thought of the Day Pin
Daniel Pfeffer20-Jul-15 3:39
professionalDaniel Pfeffer20-Jul-15 3:39 
GeneralRe: Brisingr's Thought of the Day Pin
enhzflep20-Jul-15 3:39
enhzflep20-Jul-15 3:39 
GeneralRe: Brisingr's Thought of the Day Pin
Mike Hankey20-Jul-15 5:07
mveMike Hankey20-Jul-15 5:07 
GeneralCode Comments Pin
charlieg20-Jul-15 0:03
charlieg20-Jul-15 0:03 

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.