Click here to Skip to main content
15,913,722 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
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 
GeneralRe: Need an opinion: on semantic code meaning changes Pin
honey the codewitch3-Dec-19 23:13
mvahoney the codewitch3-Dec-19 23:13 
The CodeDOM is about 80% complete in terms of language support. You can do most of what you can do in a regular language in the CodeDOM, just less ambiguously, as you say.

So you wouldn't have a problem using my tool as is. I think when the CodeDOM was designed VB.NET may not have supported those operators or maybe I'm wrong and they skipped them in the CodeDOM for other reasons.

Postfix is difficult to support because it would require me to internally insert a variable declaration into the code as it is being rendered in order to support it. I may do that in a future version but i'd have to alter how I'm using the codedom to be able to support it (this is backburnered because there's other reasons i want to do it too, like reintroducing switch/case support - simulated using ifs)
When I was growin' up, I was the smartest kid I knew. Maybe that was just because I didn't know that many kids. All I know is now I feel the opposite.

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 
GeneralRe: What a crap day Pin
#realJSOP3-Dec-19 5:50
professional#realJSOP3-Dec-19 5:50 

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.