Click here to Skip to main content
15,908,775 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: Do you really use C++? Pin
User 1013254621-Nov-16 23:31
User 1013254621-Nov-16 23:31 
GeneralRe: Do you really use C++? Pin
Gary Wheeler23-Nov-16 1:00
Gary Wheeler23-Nov-16 1:00 
GeneralRe: Do you really use C++? Pin
User 1013254623-Nov-16 3:29
User 1013254623-Nov-16 3:29 
GeneralRe: Do you really use C++? Pin
KarstenK21-Nov-16 20:22
mveKarstenK21-Nov-16 20:22 
GeneralRe: Do you really use C++? Pin
Daniel Pfeffer21-Nov-16 20:50
professionalDaniel Pfeffer21-Nov-16 20:50 
GeneralRe: Do you really use C++? Pin
den2k8821-Nov-16 20:56
professionalden2k8821-Nov-16 20:56 
GeneralRe: Do you really use C++? Pin
Kornfeld Eliyahu Peter21-Nov-16 21:17
professionalKornfeld Eliyahu Peter21-Nov-16 21:17 
GeneralRe: Do you really use C++? Pin
HobbyProggy21-Nov-16 21:37
professionalHobbyProggy21-Nov-16 21:37 
I see no problem with that, when architecture is well defined you don'T get to any of those questions. Using patterns also helps keeping stuff clean and simple. That's what it is about, keeping stuff clean and simple.

Objects <-> Logic <-> UI does a good job on keeping stuff separated and makes it more understandable.
So for example, everything that has to do with database access gets in a separate class for that. You put things together that belong together and keep all stuff to that at one place, makes it easier in my understanding.

I think this could also work for you, if your machine has different physical things. Like this is only for lights, this only for left arm, this only right arm, this only treadmill and so on Smile | :)
(Obviously only makes sense when left and right arm do different things)
Rules for the FOSW ![^]
if(this.signature != "")
{
    MessageBox.Show("This is my signature: " + Environment.NewLine + signature);
}
else
{
    MessageBox.Show("404-Signature not found");
}

GeneralRe: Do you really use C++? Pin
Rou199722-Nov-16 0:01
Rou199722-Nov-16 0:01 
GeneralRe: Do you really use C++? Pin
charlieg22-Nov-16 1:52
charlieg22-Nov-16 1:52 
GeneralRe: Do you really use C++? Pin
PIEBALDconsult22-Nov-16 9:37
mvePIEBALDconsult22-Nov-16 9:37 
GeneralRe: Do you really use C++? Pin
Gary Wheeler23-Nov-16 0:58
Gary Wheeler23-Nov-16 0:58 
GeneralRe: Do you really use C++? Pin
MikeTheFid23-Nov-16 1:13
MikeTheFid23-Nov-16 1:13 
GeneralRe: Do you really use C++? Pin
Stuart Dootson23-Nov-16 5:18
professionalStuart Dootson23-Nov-16 5:18 
GeneralRe: Do you really use C++? Pin
pschaeffer23-Nov-16 7:19
pschaeffer23-Nov-16 7:19 
GeneralRe: Do you really use C++? Pin
AnotherKen23-Nov-16 9:58
professionalAnotherKen23-Nov-16 9:58 
GeneralRe: Do you really use C++? Pin
DeerBear24-Nov-16 2:42
DeerBear24-Nov-16 2:42 
GeneralWhat is it with the embedded world? Stupid compilers... Pin
charlieg21-Nov-16 15:46
charlieg21-Nov-16 15:46 
GeneralRe: What is it with the embedded world? Stupid compilers... Pin
Chris C-B21-Nov-16 18:38
Chris C-B21-Nov-16 18:38 
GeneralRe: What is it with the embedded world? Stupid compilers... Pin
charlieg22-Nov-16 1:53
charlieg22-Nov-16 1:53 
GeneralRe: What is it with the embedded world? Stupid compilers... Pin
PIEBALDconsult22-Nov-16 7:04
mvePIEBALDconsult22-Nov-16 7:04 
GeneralRe: What is it with the embedded world? Stupid compilers... Pin
Gary Wheeler23-Nov-16 1:03
Gary Wheeler23-Nov-16 1:03 
GeneralRe: What is it with the embedded world? Stupid compilers... Pin
PIEBALDconsult23-Nov-16 16:32
mvePIEBALDconsult23-Nov-16 16:32 
GeneralMS Made Copying files on Windows Easier, kind of Pin
loyal ginger21-Nov-16 9:18
loyal ginger21-Nov-16 9:18 
GeneralRe: MS Made Coping files on Windows Easier, kind of Pin
Kornfeld Eliyahu Peter21-Nov-16 9:27
professionalKornfeld Eliyahu Peter21-Nov-16 9:27 

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.