Click here to Skip to main content
15,913,854 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: Need an opinion: on semantic code meaning changes Pin
honey the codewitch3-Dec-19 22:32
mvahoney the codewitch3-Dec-19 22:32 
GeneralRe: Need an opinion: on semantic code meaning changes Pin
phil.o3-Dec-19 23:04
professionalphil.o3-Dec-19 23:04 
GeneralRe: Need an opinion: on semantic code meaning changes Pin
honey the codewitch3-Dec-19 23:17
mvahoney the codewitch3-Dec-19 23:17 
GeneralRe: Need an opinion: on semantic code meaning changes Pin
phil.o3-Dec-19 23:20
professionalphil.o3-Dec-19 23:20 
GeneralRe: Need an opinion: on semantic code meaning changes Pin
honey the codewitch3-Dec-19 23:21
mvahoney the codewitch3-Dec-19 23:21 
AnswerRe: Need an opinion: on semantic code meaning changes Pin
CPallini3-Dec-19 22:32
mveCPallini3-Dec-19 22:32 
GeneralRe: Need an opinion: on semantic code meaning changes Pin
honey the codewitch3-Dec-19 22:33
mvahoney the codewitch3-Dec-19 22:33 
AnswerRe: Need an opinion: on semantic code meaning changes Pin
Sander Rossel3-Dec-19 23:05
professionalSander Rossel3-Dec-19 23:05 
Can you support pre- and post increment operators for C#, but convert them to a full i = i + 1 in VB (or i += 1, which is supported)?
The pre- and post semantics would be gone, but that's what you get for wanting to use unsupported operators.
Maybe you could show a warning if you have those operators and target VB.

On a side note, I never use pre- and post increment operators and you can do completely without.
They're not THAT convenient and can be confusing if you don't fully understand them (everyone else on the team).
Even the people who say they understand it actually don't (in fact, I'm not even sure if I do).
For example, I wasn't able to predict the outcomes in this quiz[^] for the increment operators (I wonder how well you score!).
As far as I know you can choose to not support them and still do everything you want, but with less ambiguity.

GeneralRe: Need an opinion: on semantic code meaning changes Pin
honey the codewitch3-Dec-19 23:13
mvahoney the codewitch3-Dec-19 23:13 
GeneralRe: Need an opinion: on semantic code meaning changes Pin
Sander Rossel3-Dec-19 23:18
professionalSander Rossel3-Dec-19 23:18 
GeneralRe: Need an opinion: on semantic code meaning changes Pin
honey the codewitch3-Dec-19 23:20
mvahoney the codewitch3-Dec-19 23:20 
NewsD.C. Fontana, RIP Pin
Kent Sharkey3-Dec-19 8:51
staffKent Sharkey3-Dec-19 8:51 
GeneralRe: D.C. Fontana, RIP Pin
  Forogar  3-Dec-19 10:05
professional  Forogar  3-Dec-19 10:05 
GeneralRe: D.C. Fontana, RIP Pin
glennPattonWork35-Dec-19 3:12
professionalglennPattonWork35-Dec-19 3:12 
GeneralVS2017 Source Control Woes - Figured It Out!! Pin
Kevin Marois3-Dec-19 8:43
professionalKevin Marois3-Dec-19 8:43 
PraiseRe: VS2017 Source Control Woes - Figured It Out!! Pin
RickZeeland3-Dec-19 8:52
mveRickZeeland3-Dec-19 8:52 
JokeRe: VS2017 Source Control Woes - Figured It Out!! Pin
the goat in your machine3-Dec-19 18:28
the goat in your machine3-Dec-19 18:28 
GeneralVS2017 Source Control Woes - Continued Pin
Kevin Marois3-Dec-19 7:59
professionalKevin Marois3-Dec-19 7:59 
GeneralRe: VS2017 Source Control Woes - Continued Pin
Jörgen Andersson3-Dec-19 8:22
professionalJörgen Andersson3-Dec-19 8:22 
GeneralRe: VS2017 Source Control Woes - Continued Pin
Ron Anders3-Dec-19 8:34
Ron Anders3-Dec-19 8:34 
GeneralRe: VS2017 Source Control Woes - Continued Pin
RickZeeland3-Dec-19 8:39
mveRickZeeland3-Dec-19 8:39 
GeneralRe: VS2017 Source Control Woes - Continued Pin
Eddy Vluggen3-Dec-19 12:24
professionalEddy Vluggen3-Dec-19 12:24 
GeneralRe: VS2017 Source Control Woes - Continued Pin
Sander Rossel3-Dec-19 23:09
professionalSander Rossel3-Dec-19 23:09 
GeneralWhat a crap day Pin
#realJSOP3-Dec-19 5:21
professional#realJSOP3-Dec-19 5:21 
GeneralRe: What a crap day Pin
Marc Clifton3-Dec-19 5:44
mvaMarc Clifton3-Dec-19 5:44 

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.