DEV Community

Cover image for 5 Things you should NOT be ASHAMED of as a developer

5 Things you should NOT be ASHAMED of as a developer

Vaibhav Namburi on July 22, 2019

There are several of these, but these are the 5 most common things I've found engineers in my experience hesitate to do because it might make them ...
Collapse
 
selahattinunlu profile image
Selahattin Ünlü • Edited

This post made me really felt better. Thanks! But I have some questions still.

I'm self-taught programmer. I've been working as a full-stack developers for 6 years. But still, I can't explain some things easily some times. I'm good to find solutions and apply them and I know I can build everything if I have enough time but I feel bad when I did not answer a question easily and good. This question might come from a friend or interviewer.

For example: what is object-oriented programming?

It seems like easy question and actually I know how to write code with object oriented, data-hiding, interfaces, inheritance, isolation... But I might not put them together and tell a good answer sometimes.

Is that situation makes me bad programmer or junior? I can't say myself senior because of that. I think mid-level is better for me. If you think so, do you have any suggestion to solve that problem? There are a lot of things in programming, so how can I explain everything very well. I guess my memory is weak :|

Collapse
 
veebuv profile image
Vaibhav Namburi

Sorry i forgot to reply, no it does't make you a senior or junior. There's tonnes of other factors that make you a senior other than being able to code or explain something (sure those are very important) but seniors take into consideration the business, the team and seniors are those who get things done when others can't in a better way.

No need to remember what OOPs definition is, but as long as you understand it well enough to explain it with your own words thats all that matters!

Collapse
 
selahattinunlu profile image
Selahattin Ünlü

Thanks for response. It's so sensible. I started to write blog posts on that topics and trying to explain the topics with my own words. Hope it's gonna help me :)

Thread Thread
 
veebuv profile image
Vaibhav Namburi

Perfect! That realisation itself means you're going to smash it! All the best!

Collapse
 
jonathanburnhill profile image
Jonathan Burnhill • Edited

I love this thanks!!

Just yesterday I wrote something that wasn't dry and it kind of bothers me but I feel I would spend more time trying to craft the perfect function for it than leaving it be considering the fact it actually beforms so I needed this

Collapse
 
veebuv profile image
Vaibhav Namburi

If its for a code test then ofc haha, make it DRY - if its for work, as long as its an elegant solution and the lack of DRY doesn't make the code look like spagetti, its all gravy

Collapse
 
jonathanburnhill profile image
Jonathan Burnhill

It's all gravy baby

Collapse
 
selahattinunlu profile image
Selahattin Ünlü

Thanks for response. I like the idea. It may help me because I need to learn every detail to teach it someone. I'm gonna share the idea with my friends and gonna offer make this weekly or biweekly. Everyone can pick a topic and prepare a presentation and teach it to the others :)

Collapse
 
thecodepixi profile image
Emmy | Pixi

Excellent list! I'm reeeally bad at number 4. It's something I'm actively working on getting better at. I'll spend hours or days stuck on a project/problem when I know at least 10 people who could help me figure it out. It's such a silly ego thing I need to get over.

Collapse
 
veebuv profile image
Vaibhav Namburi

You and me both haha, it's almost a challenge. Sometimes not even an ego thing I suppose, but more of the "I want to prove to myself that I can fix this" kinda like a self-belief thing.

All part and parcel of all of us improving daily!

Collapse
 
kaysauter profile image
Kay Sauter

I think one point is missing: Discuss. That is not to be confused with asking, but just to think with another or more persons together how to tackle a problem. This is so resourceful in many ways and even most senior devs profit from it when they discuss with a junior dev.
However, if you don't have anyone to discuss with because you're alone, try to think about it over several days. I know that might be something that can look like doing nothing to your non-dev manager, but it really brings you forward, especially if you try to do research on the web, on Stackoverflow or DiscordDev, for example.

Collapse
 
kylefilegriffin profile image
Kyle Griffin

My mom always watched me clumsily rush to get things done as quick as possible. She would put a hand on my arm while it was flailing around, and said "Less haste, and more speed"

Solving problems gets faster when you know what you're doing. That wisdom takes time. If you're rushing to finish things and it barely works, the learning is going to be teaching yourself wrong, which is less preferable to not learning at all.

Take your time, do it right; less haste, more speed.

Collapse
 
veebuv profile image
Vaibhav Namburi

A friend of mine said something that stuck with me

"Speed comes from familiarity"

Don't rush things like you said!

Collapse
 
geopopos profile image
George Roros

This was a great read during my lunch break thank you!

Collapse
 
veebuv profile image
Vaibhav Namburi

Glad it was of some help :)

Collapse
 
fultonbrowne profile image
Fulton Browne

Good, my code looks terrible (thank you god for intellij auto formatting) and I hate JS (and everybody loves it).

Collapse
 
veebuv profile image
Vaibhav Namburi

LOL, I've been in love with VSCode over the past year, used to be a huge intellij user

Collapse
 
fultonbrowne profile image
Fulton Browne

I am the other way around I used to use vs code for java but now i do 90% of my java stuff in intellij. I do use vs code for everything else though.

Thread Thread
 
veebuv profile image
Vaibhav Namburi

Whatever makes everyone the most comfortable ;)

Collapse
 
yogeswaran79 profile image
Yogeswaran

Hey there! I shared your article here t.me/theprogrammersclub and check out the group if you haven't already!

Collapse
 
veebuv profile image
Vaibhav Namburi

This is a great point and drive for another article, I'm writing that covers the Feynman Technique which is exactly what you've mentioned above

Good on you for trying to teach people!