Click here to Skip to main content
15,911,531 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: Is this an acceptable practice? Pin
Gates VP14-Apr-14 9:01
Gates VP14-Apr-14 9:01 
GeneralRe: Is this an acceptable practice? Pin
Colborne_Greg14-Apr-14 9:33
Colborne_Greg14-Apr-14 9:33 
GeneralRe: Is this an acceptable practice? Pin
Colborne_Greg14-Apr-14 9:45
Colborne_Greg14-Apr-14 9:45 
GeneralRe: Is this an acceptable practice? Pin
Member 929572315-Apr-14 2:54
Member 929572315-Apr-14 2:54 
GeneralRe: Is this an acceptable practice? Pin
Colborne_Greg15-Apr-14 4:24
Colborne_Greg15-Apr-14 4:24 
GeneralRe: Is this an acceptable practice? Pin
Dave Kreskowiak14-Apr-14 9:15
mveDave Kreskowiak14-Apr-14 9:15 
GeneralRe: Is this an acceptable practice? Pin
Colborne_Greg14-Apr-14 9:31
Colborne_Greg14-Apr-14 9:31 
GeneralRe: Is this an acceptable practice? Pin
Fabio Franco14-Apr-14 6:15
professionalFabio Franco14-Apr-14 6:15 
Gates VP wrote:
That stated, if you're mixing types on the "multi-declarations", it's time split them out.


They are clearly separated by lines, if they were in the same line, then I would agree with you. As I said in my reply, it resembles a lot C++ declaration like:


private:
   int x;
   double y;
     .
     .
     .


The underscore even act as C++ semi-colon. It doesn't hurt readability as you can clearly see the types at the end of each line. I don't see any confusion, except that someone may be in doubt if the attribute applies only to the first variable or all of them.
To alcohol! The cause of, and solution to, all of life's problems - Homer Simpson
----
Our heads are round so our thoughts can change direction - Francis Picabia

GeneralRe: Is this an acceptable practice? Pin
Gates VP14-Apr-14 7:42
Gates VP14-Apr-14 7:42 
GeneralRe: Is this an acceptable practice? Pin
Colborne_Greg14-Apr-14 7:49
Colborne_Greg14-Apr-14 7:49 
GeneralRe: Is this an acceptable practice? Pin
Colborne_Greg14-Apr-14 7:48
Colborne_Greg14-Apr-14 7:48 
GeneralRe: Is this an acceptable practice? Pin
dg6yhw1114-Apr-14 6:41
dg6yhw1114-Apr-14 6:41 
GeneralRe: Is this an acceptable practice? Pin
Colborne_Greg14-Apr-14 7:39
Colborne_Greg14-Apr-14 7:39 
Generalneed help from people from the lounge Pin
Vasily Tserekh12-Apr-14 11:43
Vasily Tserekh12-Apr-14 11:43 
GeneralRe: need help from people from the lounge Pin
DaveAuld12-Apr-14 12:18
professionalDaveAuld12-Apr-14 12:18 
GeneralRe: need help from people from the lounge Pin
BillWoodruff12-Apr-14 16:40
professionalBillWoodruff12-Apr-14 16:40 
GeneralRe: need help from people from the lounge Pin
Vasily Tserekh12-Apr-14 19:04
Vasily Tserekh12-Apr-14 19:04 
GeneralRe: need help from people from the lounge Pin
JimmyRopes12-Apr-14 23:02
professionalJimmyRopes12-Apr-14 23:02 
QuestionRe: need help from people from the lounge Pin
CHill6013-Apr-14 4:31
mveCHill6013-Apr-14 4:31 
GeneralRe: need help from people from the lounge Pin
S u n s h i n e13-Apr-14 4:46
S u n s h i n e13-Apr-14 4:46 
GeneralHow they found giant squid Pin
dan!sh 12-Apr-14 4:35
professional dan!sh 12-Apr-14 4:35 
GeneralRe: How they found giant squid Pin
Dalek Dave12-Apr-14 5:34
professionalDalek Dave12-Apr-14 5:34 
GeneralRe: How they found giant squid Pin
dan!sh 12-Apr-14 6:10
professional dan!sh 12-Apr-14 6:10 
GeneralRe: How they found giant squid Pin
Dalek Dave12-Apr-14 10:22
professionalDalek Dave12-Apr-14 10:22 
GeneralRe: How they found giant squid Pin
PIEBALDconsult12-Apr-14 6:20
mvePIEBALDconsult12-Apr-14 6:20 

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.