Click here to Skip to main content
15,914,447 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: Visual Basic needs more credit Pin
PIEBALDconsult10-Jun-14 5:04
mvePIEBALDconsult10-Jun-14 5:04 
GeneralRe: Visual Basic needs more credit Pin
ZurdoDev10-Jun-14 5:05
professionalZurdoDev10-Jun-14 5:05 
GeneralRe: Visual Basic needs more credit Pin
Colborne_Greg10-Jun-14 5:13
Colborne_Greg10-Jun-14 5:13 
GeneralRe: Visual Basic needs more credit Pin
Stefan_Lang13-Jun-14 3:04
Stefan_Lang13-Jun-14 3:04 
GeneralRe: Visual Basic needs more credit Pin
Colborne_Greg14-Jun-14 20:34
Colborne_Greg14-Jun-14 20:34 
GeneralRe: Visual Basic needs more credit Pin
Stefan_Lang15-Jun-14 21:15
Stefan_Lang15-Jun-14 21:15 
GeneralRe: Visual Basic needs more credit Pin
Colborne_Greg16-Jun-14 0:50
Colborne_Greg16-Jun-14 0:50 
GeneralRe: Visual Basic needs more credit Pin
BobJanova10-Jun-14 5:09
BobJanova10-Jun-14 5:09 
With, when used appropriately, aids clarity just by removing characters – if you have to read past "SomeLongObjectName." at the start of every line you won't actually see the important word. When used badly (so you don't know whether the tokens on the line are part of the with'd object or locals or something else) it makes things worse. I've used with in ActionScript, usually for graphics code which is doing nothing but a bunch of calls to lineTo, moveTo, setBitmapFill etc, and (imo anyway) not having "e.graphics." on every line makes that clearer.
GeneralRe: Visual Basic needs more credit Pin
PIEBALDconsult10-Jun-14 5:22
mvePIEBALDconsult10-Jun-14 5:22 
GeneralRe: Visual Basic needs more credit Pin
BobJanova10-Jun-14 23:33
BobJanova10-Jun-14 23:33 
GeneralRe: Visual Basic needs more credit Pin
PIEBALDconsult11-Jun-14 4:19
mvePIEBALDconsult11-Jun-14 4:19 
GeneralRe: Visual Basic needs more credit Pin
harold aptroot10-Jun-14 5:10
harold aptroot10-Jun-14 5:10 
GeneralRe: Visual Basic needs more credit Pin
Colborne_Greg10-Jun-14 5:14
Colborne_Greg10-Jun-14 5:14 
GeneralRe: Visual Basic needs more credit Pin
PIEBALDconsult10-Jun-14 5:36
mvePIEBALDconsult10-Jun-14 5:36 
GeneralRe: Visual Basic needs more credit Pin
Colborne_Greg10-Jun-14 10:02
Colborne_Greg10-Jun-14 10:02 
GeneralRe: Visual Basic needs more credit Pin
Colborne_Greg10-Jun-14 5:12
Colborne_Greg10-Jun-14 5:12 
JokeRe: Visual Basic needs more credit Pin
PIEBALDconsult10-Jun-14 5:18
mvePIEBALDconsult10-Jun-14 5:18 
GeneralRe: Visual Basic needs more credit Pin
Colborne_Greg10-Jun-14 5:23
Colborne_Greg10-Jun-14 5:23 
GeneralRe: Visual Basic needs more credit Pin
Stefan_Lang13-Jun-14 3:01
Stefan_Lang13-Jun-14 3:01 
GeneralRe: Visual Basic needs more credit Pin
BobJanova10-Jun-14 5:06
BobJanova10-Jun-14 5:06 
GeneralRe: Visual Basic needs more credit Pin
Colborne_Greg10-Jun-14 5:07
Colborne_Greg10-Jun-14 5:07 
GeneralRe: Visual Basic needs more credit Pin
Simon_Whale10-Jun-14 5:17
Simon_Whale10-Jun-14 5:17 
GeneralRe: Visual Basic needs more credit Pin
Colborne_Greg10-Jun-14 5:27
Colborne_Greg10-Jun-14 5:27 
GeneralRe: Visual Basic needs more credit Pin
Simon_Whale10-Jun-14 5:33
Simon_Whale10-Jun-14 5:33 
GeneralRe: Visual Basic needs more credit Pin
Colborne_Greg10-Jun-14 6:06
Colborne_Greg10-Jun-14 6:06 

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.