Click here to Skip to main content
15,887,027 members
Home / Discussions / Design and Architecture
   

Design and Architecture

 
GeneralRe: Business language Solution? Pin
Joer4x47-Jul-17 15:58
Joer4x47-Jul-17 15:58 
GeneralRe: Business language Solution? Pin
Richard MacCutchan7-Jul-17 22:07
mveRichard MacCutchan7-Jul-17 22:07 
GeneralRe: Business language Solution? Pin
Eddy Vluggen8-Jul-17 2:36
professionalEddy Vluggen8-Jul-17 2:36 
GeneralRe: Business language Solution? Pin
jschell10-Jul-17 4:44
jschell10-Jul-17 4:44 
GeneralRe: Business language Solution? Pin
Joer4x410-Jul-17 16:26
Joer4x410-Jul-17 16:26 
GeneralRe: Business language Solution? Pin
Richard MacCutchan10-Jul-17 21:36
mveRichard MacCutchan10-Jul-17 21:36 
GeneralRe: Business language Solution? Pin
Pete O'Hanlon10-Jul-17 21:47
mvePete O'Hanlon10-Jul-17 21:47 
GeneralRe: Business language Solution? Pin
Eddy Vluggen11-Jul-17 2:38
professionalEddy Vluggen11-Jul-17 2:38 
Joer4x4 wrote:

There is nothing to fear from a global variable. All variables are global after the compiler is done with it anyway. Imagine - all that work to hide them and its all thrown out the window anyway.
After compilation it is no longer required; I'll trust the computer to follow the instructions. Hiding the variables is not done for the computer, but for the programmer - to prevent spaghetti-code. Or worse, ravioli-code. So yes, scope only needs to be verified during compilation, not after.

I would consider the use of a global variable an offense that is equal to using a goto-statement.

Joer4x4 wrote:
Do you think I requested a non OO language out of thin air?
No, of course not; you'll have better experiences/results with non-OOP code. That is a subjective view however, and general consensus points in the other direction.

There are multiple versions of BASIC, and two of the more popular ones are MSVB and VB.NET; where MSVB is usually VB4 or VB6. Both VB4 and VB6 are more procedural than OOP, whereas VB.NET is aimed at OOP but still supports the procedural way (a bit). When MS decided that VB7 should become OO there was a lot of wailing and gnashing of teeth.

Ten years later, you'll find that most of the VB6-crowd has made the move without much regrets.
Bastard Programmer from Hell Suspicious | :suss:
If you can't read my code, try converting it here[^]

GeneralRe: Business language Solution? Pin
jschell13-Jul-17 6:04
jschell13-Jul-17 6:04 
GeneralRe: Business language Solution? Pin
jschell2-Jul-17 7:58
jschell2-Jul-17 7:58 
AnswerRe: Business language Solution? Pin
Richard Andrew x6430-Jun-17 17:13
professionalRichard Andrew x6430-Jun-17 17:13 
GeneralRe: Business language Solution? Pin
Pete O'Hanlon6-Jul-17 1:32
mvePete O'Hanlon6-Jul-17 1:32 
QuestionSystem Design Patterns reading material? Pin
Thirlan14-Jun-17 10:57
Thirlan14-Jun-17 10:57 
AnswerRe: System Design Patterns reading material? Pin
Eddy Vluggen16-Jun-17 22:01
professionalEddy Vluggen16-Jun-17 22:01 
GeneralRe: System Design Patterns reading material? Pin
Thirlan17-Jun-17 6:47
Thirlan17-Jun-17 6:47 
AnswerRe: System Design Patterns reading material? Pin
jschell17-Jun-17 6:12
jschell17-Jun-17 6:12 
AnswerRe: System Design Patterns reading material? Pin
Gerry Schmitz17-Jun-17 6:38
mveGerry Schmitz17-Jun-17 6:38 
GeneralRe: System Design Patterns reading material? Pin
Thirlan17-Jun-17 6:46
Thirlan17-Jun-17 6:46 
GeneralRe: System Design Patterns reading material? Pin
Gerry Schmitz17-Jun-17 7:25
mveGerry Schmitz17-Jun-17 7:25 
QuestionWhich technologies to build a collaborative multi user web application Pin
User 1322786614-Jun-17 10:01
User 1322786614-Jun-17 10:01 
AnswerRe: Which technologies to build a collaborative multi user web application Pin
jschell14-Jun-17 10:44
jschell14-Jun-17 10:44 
GeneralRe: Which technologies to build a collaborative multi user web application Pin
User 1322786616-Jun-17 14:12
User 1322786616-Jun-17 14:12 
GeneralRe: Which technologies to build a collaborative multi user web application Pin
jschell17-Jun-17 6:00
jschell17-Jun-17 6:00 
AnswerRe: Which technologies to build a collaborative multi user web application Pin
Gerry Schmitz14-Jun-17 16:36
mveGerry Schmitz14-Jun-17 16:36 
AnswerRe: Which technologies to build a collaborative multi user web application Pin
User 1322786616-Jun-17 14:14
User 1322786616-Jun-17 14:14 

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.