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

 
GeneralCode Review PinPopular
Abhijit Ghosh (Subho) 26-Jul-14 10:15
professionalAbhijit Ghosh (Subho) 26-Jul-14 10:15 
GeneralRe: Code Review Pin
Ravi Bhavnani26-Jul-14 11:03
professionalRavi Bhavnani26-Jul-14 11:03 
GeneralRe: Code Review Pin
Kornfeld Eliyahu Peter26-Jul-14 20:10
professionalKornfeld Eliyahu Peter26-Jul-14 20:10 
GeneralRe: Code Review Pin
OriginalGriff26-Jul-14 20:21
mveOriginalGriff26-Jul-14 20:21 
RantRe: Code Review Pin
Kornfeld Eliyahu Peter26-Jul-14 20:29
professionalKornfeld Eliyahu Peter26-Jul-14 20:29 
GeneralRe: Code Review Pin
harold aptroot26-Jul-14 22:03
harold aptroot26-Jul-14 22:03 
GeneralRe: Code Review Pin
Kornfeld Eliyahu Peter26-Jul-14 22:15
professionalKornfeld Eliyahu Peter26-Jul-14 22:15 
GeneralRe: Code Review Pin
Abhijit Ghosh (Subho) 27-Jul-14 0:09
professionalAbhijit Ghosh (Subho) 27-Jul-14 0:09 
The code I have been reviewing since the past few days is a VBA application. The developers used a lot of xml files to store all the conditional statements and dynamic data.
The VB code contains subs like Call_ARF_something_something_something.
I mean the subs are sctually named like that. So if there is call statement, it looks like
Call Call_ARF_something.
Apart from that, based on actual selections,new xml nodes are formed(by concateneting underscore and selections) and then the dynamic data is recorded inside those nodes.
I found nodes like XML_Node_ARF_PFG_PFGOption_CFG_CFGOption_(......... and so on)

It's a nightmare for me since there is no documentation and I have to figure out the business logic from all of this.
GeneralRe: Code Review Pin
Ravi Bhavnani27-Jul-14 5:48
professionalRavi Bhavnani27-Jul-14 5:48 
GeneralRe: Code Review Pin
Brisingr Aerowing27-Jul-14 13:41
professionalBrisingr Aerowing27-Jul-14 13:41 
GeneralRe: Code Review Pin
BobJanova27-Jul-14 23:36
BobJanova27-Jul-14 23:36 
GeneralJohnny Johnny Pin
Sandesh M Patil26-Jul-14 5:48
Sandesh M Patil26-Jul-14 5:48 
GeneralRe: Johnny Johnny Pin
ZurdoDev26-Jul-14 6:19
professionalZurdoDev26-Jul-14 6:19 
GeneralJimmy Jimmy Pin
LabVIEWstuff26-Jul-14 12:23
LabVIEWstuff26-Jul-14 12:23 
GeneralRe: Johnny Johnny Pin
GuyThiebaut27-Jul-14 3:18
professionalGuyThiebaut27-Jul-14 3:18 
JokeDeath bed request Pin
Vivi Chellappa26-Jul-14 2:54
professionalVivi Chellappa26-Jul-14 2:54 
GeneralRe: Death bed request Pin
PIEBALDconsult26-Jul-14 5:43
mvePIEBALDconsult26-Jul-14 5:43 
GeneralRe: Death bed request Pin
SoMad26-Jul-14 18:23
professionalSoMad26-Jul-14 18:23 
GeneralRe: Death bed request Pin
Sander Rossel26-Jul-14 22:48
professionalSander Rossel26-Jul-14 22:48 
JokeTaken for a ride Pin
Vivi Chellappa26-Jul-14 2:44
professionalVivi Chellappa26-Jul-14 2:44 
GeneralGarage Sale Pin
Brisingr Aerowing26-Jul-14 1:58
professionalBrisingr Aerowing26-Jul-14 1:58 
GeneralRe: Garage Sale Pin
Ron Anders26-Jul-14 2:59
Ron Anders26-Jul-14 2:59 
GeneralRe: Garage Sale Pin
OriginalGriff26-Jul-14 3:29
mveOriginalGriff26-Jul-14 3:29 
GeneralRe: Garage Sale Pin
Brisingr Aerowing26-Jul-14 7:38
professionalBrisingr Aerowing26-Jul-14 7:38 
GeneralRe: Garage Sale Pin
OriginalGriff26-Jul-14 7:43
mveOriginalGriff26-Jul-14 7:43 

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.