How bad...
-
... would it be for orthodox programmers' mental health if VS automatically added semicolons and bracers where needed while coding in C#? Would it surely destroy the 'essence' of programming? Because it'd make me quite happy :^)
Kazz
"Users are there to click on things, not think. Let the archs do the damn thinking."
-
... would it be for orthodox programmers' mental health if VS automatically added semicolons and bracers where needed while coding in C#? Would it surely destroy the 'essence' of programming? Because it'd make me quite happy :^)
Kazz
"Users are there to click on things, not think. Let the archs do the damn thinking."
ReSharper, and other aids do stuff like that. Wonderful. :rose:
-
... would it be for orthodox programmers' mental health if VS automatically added semicolons and bracers where needed while coding in C#? Would it surely destroy the 'essence' of programming? Because it'd make me quite happy :^)
Kazz
"Users are there to click on things, not think. Let the archs do the damn thinking."
The ReSharper add-in has an option for this. I really didn't like it and ended up turning it off. My fingers type the semicolon without using the brain. :-)
Life, family, faith: Give me a visit. From my latest post: "And you think, 'To keep my anti-Judaic theology alive I must reinterpret this verse too as being a blessing for Christians and not for Jews. I know it strains all manner of principles of interpretation. I don’t read the newspaper this sloppily, but, man, I have a theology to defend.'" Judah Himango
-
Write your code in Visual Basic, that way you don't have to worry about the unnecessary punctuation :)
David Lockwood wrote:
Write your code in Visual Basic, that way you don't have to worry about the unnecessary punctuation
That's what I was going to say! Marc
-
David Lockwood wrote:
Write your code in Visual Basic, that way you don't have to worry about the unnecessary punctuation
That's what I was going to say! Marc
-
... would it be for orthodox programmers' mental health if VS automatically added semicolons and bracers where needed while coding in C#? Would it surely destroy the 'essence' of programming? Because it'd make me quite happy :^)
Kazz
"Users are there to click on things, not think. Let the archs do the damn thinking."
WholeTomato VisualAssist handles adding braces quite well, even though it CAN be distracting sometimes. As for semicolons, I don't know if I want them.
We are a big screwed up dysfunctional psychotic happy family - some more screwed up, others more happy, but everybody's psychotic joint venture definition of CP
blog: TDD - the Aha! | Linkify!| FoldWithUs! | sighist -
... would it be for orthodox programmers' mental health if VS automatically added semicolons and bracers where needed while coding in C#? Would it surely destroy the 'essence' of programming? Because it'd make me quite happy :^)
Kazz
"Users are there to click on things, not think. Let the archs do the damn thinking."
I would like to see it autoname my variables...I sure they can figure out what I want the variable for :laugh:
-
... would it be for orthodox programmers' mental health if VS automatically added semicolons and bracers where needed while coding in C#? Would it surely destroy the 'essence' of programming? Because it'd make me quite happy :^)
Kazz
"Users are there to click on things, not think. Let the archs do the damn thinking."
it's so 3rd millenium, ppff.... I'd like VS to write the code for me from a few fuzzy directives!
A train station is where the train stops. A bus station is where the bus stops. On my desk, I have a work station.... _________________________________________________________ My programs never have bugs, they just develop random features.
-
... would it be for orthodox programmers' mental health if VS automatically added semicolons and bracers where needed while coding in C#? Would it surely destroy the 'essence' of programming? Because it'd make me quite happy :^)
Kazz
"Users are there to click on things, not think. Let the archs do the damn thinking."
-
... would it be for orthodox programmers' mental health if VS automatically added semicolons and bracers where needed while coding in C#? Would it surely destroy the 'essence' of programming? Because it'd make me quite happy :^)
Kazz
"Users are there to click on things, not think. Let the archs do the damn thinking."
TextMate and most text-editors I've used do matching parentheses and tags and does it reasonably well. It doesn't do semi-colons though, I doubt it would know when you are finished a line of code accurately enough to be useful.
regards, Paul Watson Ireland & South Africa
Fernando A. Gomez F. wrote:
At least he achieved immortality for a few years.
-
... would it be for orthodox programmers' mental health if VS automatically added semicolons and bracers where needed while coding in C#? Would it surely destroy the 'essence' of programming? Because it'd make me quite happy :^)
Kazz
"Users are there to click on things, not think. Let the archs do the damn thinking."
Hi, you're talking about syntax here. so i guess switching to another language like Basic could be a solution. :-) To me a good designer should write code for the you, design everything in designtime and only add minimal code for specific functions. Greetz Kurt
-
... would it be for orthodox programmers' mental health if VS automatically added semicolons and bracers where needed while coding in C#? Would it surely destroy the 'essence' of programming? Because it'd make me quite happy :^)
Kazz
"Users are there to click on things, not think. Let the archs do the damn thinking."
-
That would totally suck. It would constantly add them where you don't want them. How can it tell where you want braces ? Semicolons would also not be fool proof.
Christian Graus Please read this if you don't understand the answer I've given you "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
-
The ReSharper add-in has an option for this. I really didn't like it and ended up turning it off. My fingers type the semicolon without using the brain. :-)
Life, family, faith: Give me a visit. From my latest post: "And you think, 'To keep my anti-Judaic theology alive I must reinterpret this verse too as being a blessing for Christians and not for Jews. I know it strains all manner of principles of interpretation. I don’t read the newspaper this sloppily, but, man, I have a theology to defend.'" Judah Himango
Yeah, once you try Resharper, just semicolons and parentheses become very small part in editor features :). But yeah, it takes time to get used to, and to stop getting used to as well! For me, it was really painful at beginning. I ended up adding duplicate semicolons and having to delete them instead of just writing one! After a while, it became just the nature of things. I learned what to expect and then stopped thinking about it while typing. The funny thing is that when I sat on VS without Resharper later, it was really painful to miss all the functionality there. This is the problem with non standard tools!
-
Write your code in Visual Basic, that way you don't have to worry about the unnecessary punctuation :)
Good point apart from the fact that the ; is not unnecesary in the same way that the _ isn't in VB :)
The only thing unpredictable about me is just how predictable I'm going to be.
-
I would like to see it autoname my variables...I sure they can figure out what I want the variable for :laugh:
For a small fee a will write that for providing you are happy with var1, var2, var3 etc :laugh:
The only thing unpredictable about me is just how predictable I'm going to be.
-
it's so 3rd millenium, ppff.... I'd like VS to write the code for me from a few fuzzy directives!
A train station is where the train stops. A bus station is where the bus stops. On my desk, I have a work station.... _________________________________________________________ My programs never have bugs, they just develop random features.
Yeah afer all thats exactly what my clients expects me to do from their "few fuzzy directives"
The only thing unpredictable about me is just how predictable I'm going to be.
-
ReSharper, and other aids do stuff like that. Wonderful. :rose:
-
... would it be for orthodox programmers' mental health if VS automatically added semicolons and bracers where needed while coding in C#? Would it surely destroy the 'essence' of programming? Because it'd make me quite happy :^)
Kazz
"Users are there to click on things, not think. Let the archs do the damn thinking."
VS studio inserting closing tags still irritates me to this day; please don't encourage THEM to second guess what a coder intends to do.
-
I'll concur with that, too! -CB ;)