Click here to Skip to main content
15,894,291 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: When the tools just aren't cooperating Pin
Br.Bill11-Mar-19 10:05
Br.Bill11-Mar-19 10:05 
GeneralRe: When the tools just aren't cooperating Pin
markrlondon7-Mar-19 11:27
markrlondon7-Mar-19 11:27 
GeneralRe: When the tools just aren't cooperating Pin
Dean Roddey7-Mar-19 12:02
Dean Roddey7-Mar-19 12:02 
GeneralRe: When the tools just aren't cooperating Pin
markrlondon7-Mar-19 12:59
markrlondon7-Mar-19 12:59 
GeneralRe: When the tools just aren't cooperating Pin
Dean Roddey7-Mar-19 14:18
Dean Roddey7-Mar-19 14:18 
GeneralRe: When the tools just aren't cooperating Pin
jschell9-Mar-19 6:24
jschell9-Mar-19 6:24 
GeneralRe: When the tools just aren't cooperating Pin
markrlondon26-Apr-19 1:43
markrlondon26-Apr-19 1:43 
GeneralRe: When the tools just aren't cooperating Pin
jschell9-Mar-19 6:12
jschell9-Mar-19 6:12 
Dean Roddey wrote:
GIT - After all these years, I can't be the first person who wants to manage multiple separate...


GIT is a poor tool for managing any enterprise business code base.
But to be fair it was specifically designed for the open source online projects.

With GIT in the enterprise you have the following choices.
1. Use one repo
2. Rigorously handle projects as independent deliverables.
3. Fumble around with adhoc attempts to manage multiple repos.
4. Find a different source control tool.


Dean Roddey wrote:
And, though having the intellisense stuff is very helpful, it can be incredibly intrusive and annoying sometimes.


Yep. In my case something keeps popping helpful hints right on top of the code that I am typing.
I would turn it off but sometimes I do rely on it.


Dean Roddey wrote:
And, it seems to want to force you to have all customizations be per-user.


In intellisense? I know you can customize VS and provide probably basically any functionality you want, so you could do that for a group. I believe that there is a way to customize intellisense for groups which is a bit easier than a full custom plugin. Not something I want to see given that people think they are "improving" code quality by adding trivial syntax checkers already. No reason to encourage them to do it adhoc.


Dean Roddey wrote:
C++ - Why has the committee spent all this time creating a cathedral to container abstraction, while seemingly ignoring the fact that you can't write even a modest C++ program and remain within the standard? I.e. you have to throw in a bunch of third party bits and bobs, because there's been not much progress towards a reasonably full featured cross platform (even if some of it is only applicable on the mainstream) system.


Huh? Every language uses 3rd party frameworks. I wouldn't work for a company that required I use only the language to build everything unless they wanted to pay me a lot of money and guarantee years of work before anything would go out the door. Even then I would probably just copy the open source stuff.

And that isn't new. There were 3rd party repositories for C and Fortran long ago. (Presumably still are but I don't work with those now.)


Dean Roddey wrote:
Similar to above, while ignoring fundamental things like enumerations, which suck in C++


Enumerations suck everywhere. The problem is that people want them to be more than just a integer numeric constant. That isn't the fault of the implementations however.


Dean Roddey wrote:
At some point C++, if it's going to survive, is going to have to just cut off some of the past and move forward


At some point if Cobol/Fortran/C is going to survive it is going to have to move forward.
Except they are.

And I am positive that I will be dead before the last Cobol/Fortran/C program is retired.
And it will be generations, if ever, before C++ is laid to rest.
GeneralRe: When the tools just aren't cooperating Pin
Dean Roddey9-Mar-19 7:08
Dean Roddey9-Mar-19 7:08 
GeneralRe: When the tools just aren't cooperating Pin
jschell16-Mar-19 12:45
jschell16-Mar-19 12:45 
GeneralRe: When the tools just aren't cooperating Pin
Dean Roddey16-Mar-19 13:43
Dean Roddey16-Mar-19 13:43 
GeneralRe: When the tools just aren't cooperating Pin
jschell23-Mar-19 5:03
jschell23-Mar-19 5:03 
GeneralRe: When the tools just aren't cooperating Pin
Dean Roddey23-Mar-19 6:09
Dean Roddey23-Mar-19 6:09 
GeneralThought of the Day Pin
OriginalGriff6-Mar-19 4:49
mveOriginalGriff6-Mar-19 4:49 
QuestionRe: Thought of the Day Pin
megaadam6-Mar-19 5:00
professionalmegaadam6-Mar-19 5:00 
GeneralRe: Thought of the Day Pin
jeron16-Mar-19 5:03
jeron16-Mar-19 5:03 
GeneralRe: Thought of the Day Pin
lopatir6-Mar-19 5:06
lopatir6-Mar-19 5:06 
GeneralRe: Thought of the Day Pin
jeron16-Mar-19 5:16
jeron16-Mar-19 5:16 
GeneralRe: Thought of the Day Pin
W Balboos, GHB6-Mar-19 5:04
W Balboos, GHB6-Mar-19 5:04 
GeneralRe: Thought of the Day Pin
Daniel Pfeffer6-Mar-19 5:59
professionalDaniel Pfeffer6-Mar-19 5:59 
GeneralRe: Thought of the Day Pin
Chris Maunder6-Mar-19 8:11
cofounderChris Maunder6-Mar-19 8:11 
GeneralRe: Thought of the Day Pin
Slow Eddie7-Mar-19 3:14
professionalSlow Eddie7-Mar-19 3:14 
GeneralRe: Thought of the Day Pin
Br.Bill8-Mar-19 8:12
Br.Bill8-Mar-19 8:12 
GeneralDeadlock empire? Pin
Eddy Vluggen6-Mar-19 3:33
professionalEddy Vluggen6-Mar-19 3:33 
GeneralRe: Deadlock empire? Pin
megaadam6-Mar-19 3:46
professionalmegaadam6-Mar-19 3:46 

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.