Click here to Skip to main content
15,904,935 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: Next time they move my office... Pin
OriginalGriff21-Nov-16 22:58
mveOriginalGriff21-Nov-16 22:58 
GeneralRe: Next time they move my office... Pin
Duncan Edwards Jones21-Nov-16 23:50
professionalDuncan Edwards Jones21-Nov-16 23:50 
GeneralRe: Next time they move my office... Pin
Rajesh R Subramanian22-Nov-16 0:05
professionalRajesh R Subramanian22-Nov-16 0:05 
GeneralRe: Next time they move my office... Pin
Daniel Pfeffer21-Nov-16 23:32
professionalDaniel Pfeffer21-Nov-16 23:32 
GeneralDo you really use C++? Pin
charlieg21-Nov-16 16:13
charlieg21-Nov-16 16:13 
GeneralRe: Do you really use C++? Pin
Eytukan21-Nov-16 18:23
Eytukan21-Nov-16 18:23 
GeneralRe: Do you really use C++? Pin
2374121-Nov-16 19:23
2374121-Nov-16 19:23 
GeneralRe: Do you really use C++? Pin
CDP180221-Nov-16 19:41
CDP180221-Nov-16 19:41 
A good OO design can give you maintainability and expandability. If your project requires this, you can (and should) do it.

So close to the hardware there is also another aspect: Performance. We are not always in the land of the plenty and sometimes you have to take whatever the processor has to offer. You have to cut some corners and write some 'clever' code to get this performance. This code will be less maintainable and harder to understand. Again, you can do it, but better encapsulate the 'ugly' code in some object and place lots of comments why this had to be done that way.

P.S.: I usually can't wait until the CodeNazis (TM) descend on such code to 'review' it, turn purple and fall off their chairs. They will never unerstand that there is more than one sort of code and that they certainly are not its prophet. Smile | :)
The language is JavaScript. that of Mordor, which I will not utter here

This is Javascript. If you put big wheels and a racing stripe on a golf cart, it's still a f***ing golf cart.

"I don't know, extraterrestrial?"
"You mean like from space?"
"No, from Canada."

If software development were a circus, we would all be the clowns.

GeneralRe: Do you really use C++? Pin
den2k8821-Nov-16 21:00
professionalden2k8821-Nov-16 21:00 
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 
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 

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.