|
It's pretty basic knowledge that as a programmer, our output is channelled through a keyboard upon which we must type. If we type slower than we think, then it's a bottleneck for our output. Steve Yegge and our beloved dictator have both blogged about...
Started by nickf on
, 14 posts
by 14 people.
Answer Snippets (Read the full thread at stackoverflow):
I was the second-fastest person in my typing class in high school, and I've been the question though, I think....
I do know how to touch-type.
I know of no typing speed test that would be relevant to a software development job.
|
|
I'm researching and experimenting more with Groovy and I'm trying to wrap my mind around the pros and cons of implementing things in Groovy that I can't/don't do in Java. Dynamic programming is still just a concept to me since I've been deeply steeped...
Started by codeLes on
, 10 posts
by 10 people.
Answer Snippets (Read the full thread at stackoverflow):
With duck typing the type doesn't matter as long as it has and C++ that have....
With static typing you always have to worry that your data is the correct type and in Java it shows up through casting to the right type.
|
|
Just wanted poor moosey to know, your 131 for the typing test is no longer anywhere near first place.
Started by Isobar on
, 19 posts
by 8 people.
Answer Snippets (Read the full thread at sexyandfunny):
Http://forums.sexyandfunny.com/arcad...res&gameid=123 There's a typing test? This forum gets stranger every....
|
Ask your Facebook Friends
|
This shows how many words per minute you can type. try it out lol
Visit the Typing Test and try!
Started by Brian Smithers on
, 14 posts
by 8 people.
Answer Snippets (Read the full thread at blockland):
From: Port on Today at 08:06:36 AM [img]http://i.imgur.com/vejfM.png[/im g]
megusta.png Visit the Typing Test.
|
|
I have always worked on staticly typed languages (c/c++,java). For the poast months i have been playing with clojure and i really like it. One thing i am worried about is, say that i have a windows that takes 3 modules as arguments and along the way requirements...
Started by Hamza Yerlikaya on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at stackoverflow):
You lose some level of refactoring and type safety when you move interesting article called....
This is one of the reasons automated testing/test driven development is even more important recommend a specific testing framework.
|
|
Is there a case where you wrote something in such a language (e.g. C#, Java), and missed duck typing? (See this question for arguments against duck typing)
Started by ripper234 on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
As you can't have a method....
Anyway, assuming this doesn't get closed I'd anyone?).
We needThat other question had little to do with duck typing.
Say the one time I really miss duck typing is when trying to test classes with big API's.
|
|
Just a little test that take one minute. Considering how people tags images here, you should all be fast typer, no?
Here is my score on The Wizard of Oz, one minute. I type with 9 fingers, considering I don't use my right thumb for the spacebar.
Attachment...
Started by Merun on
, 14 posts
by 4 people.
Answer Snippets (Read the full thread at e-shuushuu):
In fact after checking, it seems like colemak would be problematic for... .
My typing speed is quite slower in Qwerty.
How is colemark compared to Dvorak? Well, the idea of colemak is to be able to type faster keyboard primarily.
For coding.
|
|
I just read this post and it makes the case against implicit typing using when starting out with Test driven development/design.
His post says that TDD can be "slowed down" when using implicit typing for the return type when unit testing a method. Also...
Started by cmw on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
The more information I ....
Var means no intellisense, then when you enter the name of a type that may not exist yet the mouse over a method to see the return type, that is the sign of a bad, hard to read test helpful.
typing.
|
|
Wikipedia currently says about duck-typing :
In computer programming with object-oriented programming languages, duck typing is a style of dynamic typing in which an object's current set of methods and properties determines the valid semantics, rather...
Started by cdiggins on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
It's my understanding that structural typing is used by type inferencers and the like to determine type information (think Haskell or OCaml), while duck typing doesn't care about "types" per se, just Structural type....
|
|
I keep seeing the phrase "duck typing" bandied about, and even ran across a code example or two. I am way too lazy busy to do my own research, can someone tell me, briefly:
the difference between a 'duck type' and an old-skool 'variant type', and provide...
Started by Steven A. Lowe on
, 11 posts
by 11 people.
Answer Snippets (Read the full thread at stackoverflow):
A variant object that parses runtime is duck ....
It allows a type safe conversion between any type that has all of the behaviorsDuck typing is just another term for dynamic typing or late-binding.
Duck typing comes in.
|