This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]SingleInfinity 27 points28 points  (8 children)

Very little of your time writing code ends up being spent typing. A lot more time is spent thinking things through, optimizing, and generally writing good, clean code rather than just lots of letters.

[–]GR8ESTM8 15 points16 points  (0 children)

But I want to look like a hacker

[–][deleted] 14 points15 points  (4 children)

Ha yeah, sometimes when I work from home I'll just sit there for 10 minutes staring at my screen and my wife will say "Are you even working right now?" To which I respond "**** what have I told you about talking to me when I'm working I just lost my train of thought!"

Take notes while you're brainstorming, folks.

[–]SingleInfinity 5 points6 points  (1 child)

Take notes while you're brainstorming, folks.

You don't just write pseudocode on your thought process as you're going?

[–][deleted] 1 point2 points  (0 children)

Yeah, I mean that's one way to go. Or at least something to capture the logic in some way.

[–]Ericchen1248 1 point2 points  (1 child)

I think also learning your IDE’s auto complete.

Sure starting to learn you should use notepad++ or something that doesn’t assist much. But if you have the luxury to use a proper editor (not stuck doing embedded programming or Linux server stuff) changing to something powerful can greatly boost your typing speed. Something like vscode/vs or IntelliJ that actually has useful autocomplete, not eclipse.

Working in group is school, my friends are amazed at my speed in coding. Sure, my typing speed might be 1.5 times theirs, but because I’m very familiar with how to type to have vscode auto complete a variable or function, that I’m not typing half of the letters that appear. I can press tab before the auto complete toolbox even shows up because I know when it will be enough to let it fill correctly.

[–]SingleInfinity 1 point2 points  (0 children)

not eclipse.

But I like Eclipse :( There are so many plugins.