Tagged Questions

0
votes
1answer
35 views

Is it possible to type style sheets in Firebug fast and convenient ? (as in Aptana)

For example, when I type the first of the parenthesis in Aptana, the second appears immediately, then I need only to press enter, it makes some white space, and I can type further. …
3
votes
6answers
229 views

Why Is Dynamic Typing So Often Associated with Interpreted Languages?

Simple question folks: I do a lot of programming (professionally and personally) in compiled languages like C++/Java and in interpreted languages like Python/Javascript. I personal …
5
votes
12answers
389 views

Is Dvorak typing appropriate for programming?

I'm always looking for ways to be more productive, and I've been reading a lot about typing using a Dvorak keyboard. It looks like this would be much more productive for writing n …
5
votes
3answers
411 views

Automatically closing braces in emacs?

Hi I've seen a plugin for Vim called AutoClose (discovered from this post) which automatically adds the closing brace when typing '(', '{' etc. For example; when I type the follo …
2
votes
4answers
114 views

How do you correct repetitive typing mistakes?

I find myself making repetitive mistakes typing keywords and sentences in my code comments. I notice its getting worse since my fingers just keep "practicing" incorrect words. Is …
1
vote
2answers
93 views

Dynamic typed ViewPage

Is this possible? Here's what I'm trying: public ActionResult Index() { dynamic p = new { Name = "Test", Phone = "111-2222" }; return View(p); } And …
4
votes
19answers
1k views

Do you use the home row?

When I was taught keyboarding in school, much emphasis was made on keeping your fingers centered on the 'home row', with your left hand on ASDF and your right hand on JKL; However, …
0
votes
1answer
78 views

ASP.NET StrongTyped Controller-Action View<TView,TModel>(TModel Data)

I'm using Asp.net MVC 1 and I would really like my controller actions to use StronglyTyped View(data) calls that enforce type checking at compile time and still let me use aspx pag …
0
votes
3answers
135 views

Visual Basic Typing and Casting Question

I am new to developing with Visual Basic, but have lots of experience in C#/C/C++/JAVA/Haskell and a few others. Is there some reason I am maintaining code and finding code exampl …
0
votes
0answers
176 views

How to quickly type underscore? [closed]

I'm using gtk, and all the function names have many underscores. It gets annoying to type things like set_from_file and on_button_clicked, etc. Do you have any tips on how to type …
1
vote
7answers
256 views

Is two-finger non-homerow touch-typing for programming acceptable?

I'm currently typing about 90 wpm (from http://speedtest.10-fast-fingers.com/ 90 correct 0 missed) using two fingers and the occasional ring or index. This probably grew from lear …
1
vote
6answers
582 views

Best Keyboard for High WPM

Typing fast is important to programmers. I've seen great programmers who instantly have an idea formed in their head of what they want a function to look like (or, for example, a c …
0
votes
1answer
115 views

How to create an interface with additional methods in F#

I'm trying to create an interface that requires additional methods on top of IEvent, like this: type Varying<'t> = abstract member Get : unit -> 't abstract memb …
7
votes
3answers
398 views

C# “is” operator - is that reflection?

A colleague asked me an interesting question today - is the C# keyword/operator "is" considered reflection? object tmp = "a string"; if(tmp is String) { } How is this operator i …
0
votes
3answers
126 views

Do any laser keyboards allow you to move around keys to your liking?

The lack of uniformity of the pgup print screen arrows etc is getting on my nerves. I am wondering if any of the laser keyboards would make me a more efficient keyboarder by allow …

1 2 next
15 30 50 per page