Click here to Skip to main content
15,915,336 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: "I refuse to work in C#" Pin
Dan Neely3-Aug-15 3:17
Dan Neely3-Aug-15 3:17 
GeneralRe: "I refuse to work in C#" Pin
Sc3pt1c4l3-Aug-15 0:27
Sc3pt1c4l3-Aug-15 0:27 
GeneralRe: "I refuse to work in C#" Pin
CoNik3-Aug-15 1:06
CoNik3-Aug-15 1:06 
GeneralRe: "I refuse to work in C#" Pin
jupiter2181033-Aug-15 1:58
jupiter2181033-Aug-15 1:58 
GeneralRe: "I refuse to work in C#" Pin
timallard3-Aug-15 3:58
timallard3-Aug-15 3:58 
GeneralRe: "I refuse to work in C#" Pin
David Myerscough3-Aug-15 5:05
David Myerscough3-Aug-15 5:05 
GeneralRe: "I refuse to work in C#" Pin
Member 118167763-Aug-15 5:08
Member 118167763-Aug-15 5:08 
GeneralRe: "I refuse to work in C#" Pin
s-ort3-Aug-15 5:09
s-ort3-Aug-15 5:09 
I know this discussion is getting kind of old, but I thought I'd add my two cents.

For years, I've been coding in a Linux environment with EMACS (I know, that's another topic for discussion) which in my dev env had no autocomplete, but had syntax coloring. I started out in school with emacs on a dumb terminal which was awesome in that you had pretty good control of the text (which is what emacs was good at and was created for in the first place). Point being, there was no crutch as far as syntax was concerned because you were tested on that sort of thing in school.

So, now, in my professional world it has been a slow migration toward IDEs with all its functionality to allow me to not have to think about how to implement something on a micro level but think about the big picture. I think that when I use languages with a big API, I don't want to have to remember all the methods used in a standard Map or List to get my work done. I know the syntax of the base keywords in many languages and THAT is required because that goes down to basic language functionality. You need to know how to create a for loop and use if-else and switch statements, etc. to even get a start on implementing code in your project.

So then I migrated to using Netbeans and eclipse for C++ and it had autocomplete and syntax coloring and could wire in a compiler and debugger. I now develop in C# and use Visual Studio. These tools now allow me to code much quicker and my SLOC counts are much larger because of these because I can think about the big picture and allow the tools to help me implement on a lower level much easier and quicker. Because, after all, quicker means cheaper and that's the name of the game these days.

It looks like I added more like $2.

Cheers...Steve--
GeneralRe: "I refuse to work in C#" Pin
patbob3-Aug-15 5:42
patbob3-Aug-15 5:42 
GeneralRe: "I refuse to work in C#" Pin
Member 114522943-Aug-15 6:47
professionalMember 114522943-Aug-15 6:47 
GeneralRe: "I refuse to work in C#" Pin
SeattleC++3-Aug-15 9:09
SeattleC++3-Aug-15 9:09 
GeneralRe: "I refuse to work in C#" Pin
rodrigo_orem3-Aug-15 9:45
rodrigo_orem3-Aug-15 9:45 
GeneralRe: "I refuse to work in C#" Pin
drumzzzzz_393-Aug-15 10:24
drumzzzzz_393-Aug-15 10:24 
GeneralRe: "I refuse to work in C#" Pin
englebart3-Aug-15 11:19
professionalenglebart3-Aug-15 11:19 
GeneralGoogle Hangouts Pin
C-P-User-31-Aug-15 12:26
C-P-User-31-Aug-15 12:26 
GeneralRe: Google Hangouts Pin
RossMW1-Aug-15 12:54
professionalRossMW1-Aug-15 12:54 
GeneralRe: Google Hangouts Pin
C-P-User-31-Aug-15 17:35
C-P-User-31-Aug-15 17:35 
GeneralRe: Google Hangouts Pin
C-P-User-31-Aug-15 18:56
C-P-User-31-Aug-15 18:56 
GeneralRe: Google Hangouts Pin
C-P-User-31-Aug-15 19:19
C-P-User-31-Aug-15 19:19 
GeneralIt's all cutting edge in Ireland Pin
Duncan Edwards Jones1-Aug-15 11:36
professionalDuncan Edwards Jones1-Aug-15 11:36 
GeneralRe: It's all cutting edge in Ireland Pin
newton.saber1-Aug-15 12:04
newton.saber1-Aug-15 12:04 
GeneralWindows 8.1 Diskspace Monster? What up, Yo?! Nessie? Chapacubra? Sasquatch? Pin
newton.saber1-Aug-15 11:30
newton.saber1-Aug-15 11:30 
GeneralRe: Windows 8.1 Diskspace Monster? What up, Yo?! Nessie? Chapacubra? Sasquatch? Pin
Cornelius Henning1-Aug-15 11:48
professionalCornelius Henning1-Aug-15 11:48 
GeneralRe: Windows 8.1 Diskspace Monster? What up, Yo?! Nessie? Chapacubra? Sasquatch? Pin
newton.saber1-Aug-15 11:59
newton.saber1-Aug-15 11:59 
GeneralRe: Windows 8.1 Diskspace Monster? What up, Yo?! Nessie? Chapacubra? Sasquatch? Pin
Cornelius Henning1-Aug-15 12:52
professionalCornelius Henning1-Aug-15 12:52 

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.