P
P
PrettyFn2020-04-08 12:48:09
Seal
PrettyFn, 2020-04-08 12:48:09

Is the print speed enough?

Is 190 characters per minute actually enough for comfortable programming? I used to type blindly 370-400 characters, now I can’t physically

Answer the question

In order to leave comments, you need to log in

2 answer(s)
V
Vladimir Korotenko, 2020-04-08
@PrettyFn

And you don’t even need typing speed, unless it’s chatting in a telegram.
throwing code like this one with your hands is just stupid. The IDE will complete everything for you. Plus another funny thing. Is your typing skill English?
var list = _rep.Requests.Where(x=>x.Id > 20 ).Skip(10).Take(10);

A
Alexander, 2020-04-08
@NeiroNx

You are confusing programming with typing. The point of programming is to write as little and as optimally as possible. Sometimes you have to think about each character - it's not the speed that matters, but the quality.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question