DEV Community

Tailo Mateus Gonsalves
Tailo Mateus Gonsalves

Posted on

What should every developer know?

Latest comments (20)

Collapse
 
nimmo profile image
Nimmo

That when people say "oh [X person] is just difficult to deal with - they're a fantastic engineer but they have no people skills", they shouldn't think that this is okay, and they _definitely shouldn't aspire to be that person.

Collapse
 
zenel_bobi profile image
Zenel Bobi

Every developer should know how to learn and do research

Collapse
 
bdabrowski profile image
Bart

"How to solve it" by G. Polya or "How to solve it by Compute" by R. G. Dromey?

Collapse
 
georgeoffley profile image
George Offley

Adding to the list.

Collapse
 
graham_woodruff profile image
Graham Woodruff

Sometimes the best way to solve a technical problem is to go for a walk

Collapse
 
lukad profile image
Luka Dornhecker

How a computer works.

Collapse
 
ignoreintuition profile image
Brian Greig

How to talk to people. This has become a dark art.

Collapse
 
pentool profile image
pentool

They should know the seven commandments and keep them in the drawer for easy reference:
Snickers, Toblerone, Ritter Sport, Nestle Crunch, Almond Joy, Kit Kat, Milky Way

Collapse
 
5n4p_ profile image
Andreas Schnapp

git

Collapse
 
rrampage profile image
Raunak Ramakrishnan

How to google stuff :)

Collapse
 
brianemilius profile image
Brian Emilius

Every developer should understand how their tools work. That is, OS, IDE, text editors, shell/command prompt

Collapse
 
nickytonline profile image
Nick Taylor

I'm saying what some would assume is obvious, but I'll say it anyways. It's OK to ask questions. No one knows everything. What you should do though before asking your questions is do your due diligence. Step through the code, check the logs, Google the error etc.

Someone more junior would perhaps due less of this, but as you progress in your career your diligence should increase.

Part of being a software developer is being a detective. πŸ”Ž Now crack the case! πŸ˜‰

Collapse
 
essanpupil profile image
Ikhsan Noor Rosyidin

Write maintainable code from the start.

Collapse
 
tunaxor profile image
Angel Daniel Munoz Gonzalez

that php, javascript and java jokes never get old :)

Collapse
 
ben profile image
Ben Halpern

Debugging strategies: Eliminating variables and addressing your own assumptions about the system in order to debug effectively. I think this fundamentally applies to all subsections of our industry.