Happy Halloween, everyone!
I think the question fits the theme, so I'd like to ask everyone:
What are your fears as a developer?
Here are the t...
For further actions, you may consider blocking this person and/or reporting abuse
Developers/teams who choose technologies purely on whether they're popular, with no regard to the appropriateness to their project
Typescript cough cough
I stopped arguing with those people, and I just link them to this article.
React also
React?
As someone who really loves React, I got hit pretty hard by that! Haha. When would React be inappropriate for a project (assuming its still FE web development)?
Many, many places. Maybe not just React, but frameworks in general. I've lost count of the number of REALLY simple websites (Portfolio websites with next to zero interactivity, holding pages for upcoming projects, single page form websites, etc. - the list is long) that, for some bizarre reason, have been built using a framework. It literally makes no sense
(I personally loathe React, that's probably why I singled it out initially. I work with it on daily basis though, unfortunately 😞)
Oh, yeah! Vanilla Javascript/HTML/CSS would perform better than React for simple noninteractive webpages. It also has better SEO.
Vanilla JS would perform better than React for ALL websites. Frameworks become handy when the complexity of the site means that development using raw JS would start becoming a nightmare... in these cases, a framework would likely be easier to manage. It's a trade-off
Nothing is more scary then manually running a delete statement on a production database. 😳
Everyone, got that one story...
What? Like this?
delete databasePtr;
?I think that is one common fear among many developers haha!
I resemble that remark... (shame of junior dev)
Nothing's quite as scary as bugs that seem to have fixed themselves without any human intervention.
Except maybe the idea that I / we might do something with our tech that ends up hurting people. :(
Oh, and user tests are terrifying every. single. time.
Logs. This is why you always keep plenty of debug info handy.
It really pays off to record the conditions of the program in-case a bug occurs.
Yeah I make sure to keep printing the stack trace all of the time especially when I'm still in the development process.
Debugger is also great!
Ah, I have encountered this multiple times and it is definitely scary when the code you're writing is for other people.
I didn't mind it as much when I was just doing personal projects.
PascalCase. For Everything!
C# is the best example!:
It drives me mad! There's no way to tell if
RandomIdentifier
is a class, property, method, or constant (property) without seeing it being used, or going into the source code, and findingRandomIdentifier
.Oh yeah, people that don't use the correct case for certain datatypes is annoying.
Like Constant variables should just be an easy uppercase, but people still are so lazy to do it.
It's not about laze, it's about people using outdated, or plain out wrong casing conventions.
And you'd think this is applicable to all languages with C-grammar. Nope. Apparently in C++ "uPpErCAsE is FoR mAcROs eVen ThOuGh ThEy'rE oUTdAtEd IN mOdErN cOde." - circa a person on r/CPP_Questions.
This sounds really mean, since they're just giving me advice.
But I still detest certain stylistic features. - And if people can't code in a style that's suitable for them, even if it looks alright, and isn't hurting anyone, then I get real steamed.
Sinking deeper and and deeper into a given problem asking all the while if there is in fact light at the end of the tunnel, egged on by solid estimation in the first instance, then hope then the sunk costs so far, and ever fearful that it may be ... a dead end.
Frustratingly poorly documented libraries that you pretty much, or totally have to reverse engineer while trying to utilise them
Spending a long time developing something only to find someone else did it better and faster and you can toss the fruits of your labor out the window and just use that.
Dealing with irascible hubris and poor interaction skills in other developers, not least gate keepers on repos or fora.
Forking frigging forking ... umpteen wasted effort solutions solving the same problem, meaning when you want that problem solved, you don't have two or three options (which would rock) but like 20 or 30 and your first job is endless pros/cons research before committing to a path.
3. happened to me not too long ago; then I did a benchmark and my code was x10 more performant sooo... not a complete waste of time, at least :D
I see! I've dealt with number 2 and 3 quite a few times before. 4 seems like it's very common in the corporate world.
I'm scared of one particular situation. It goes a little bit like...
Project manager: Hey. Do you remember that api you did for that presentation a few days?
Me: yeah... that thing that is totally still under development.
Project manager: That one. It's in production now. We need you to fix it.
Me: I'm sorry-- what now?
Yikes, who would push code that is still not tested and hasn't gone through quality assurance to production?
Then again looks at many companies
most of what you said and...
micromanagement, jerk coach/pm, doing all the work in team, bad company..
Bad leadership is the worst, I've worked with some of the best managers and the worst. The worst would do things like micromanagement, placing themselves as unnecessary dependency, trying to portray my desings as theirs, the list goes on and on :|
Software still is mostly about people. Bad People = Bad Software.
Yup, management that gets in the way of the development process is just the worst.
I mean no offense, but it seems like you've went through tough times. Those are also the reasons why I don't want to work for a corporate environment.
I gotta drop some dad-wisdom here, because I used to dwell on imposter syndrome. Look, I'd tell you gotta stop worrying about what other people think of you and focus on the trials ahead with confidence in yourself... but it took me some staring-in-the-mirror-after-eating-a-pot-brownie levels of introspection to realize why that advice doesn't help. I was pained to admit I wanted people to say that to me. My imposter syndrome was narcissism, undermined by insecurity or not. By publicly proclaiming my abilities were lower than they appeared, I would lower the expectations of others, prompting encouragement and protecting my image if I failed, while inflating the impact of my performance when I succeeded. Everyone experiences the undercurrent of an imposter occasionally, sometimes rightfully deserved and others not. Maybe you're not like this in real life, new to the field, or this is post is intended to be a bit humorous. I'll give you the benefit of the doubt. If you do find yourself overtly focused on thoughts of imposter syndrome it's time to ask yourself why, without being afraid of some hard truths in the answer. I'd tell you you're a perfectly competent dev, but you already know you are. People have told you that a hundred times and you can see proof of it every time you sit down to work. Just relax, and enjoy the ride. Life is too short and precious to be dishonest with yourself. ;P
It's okay! both serious and humorous comments fit in this thread!
I do agree that a lot of developers (including myself) have a tendency to understate their competency to play it safe. It hurts more to disappoint someone, and it's just "easier" to impress someone by lowering their expectations.
However, understating your own competence can be bad because it can lead to being lowballed in negotiations.
Not an issue with every application, but I am terrified of revealing client PHI/PII.
As a freelancer, I'm also scared of this because of the legal consequences. I try my best to use cloud-based solutions for security of data to avoid the responsibility of doing it myself.
Oh for sure. I do the same thing. Delegate the scary stuff to my betters.
Writing some software for non-it coworkers only for them to not use it and instead ask me to do everything for them. This is very common where I work, mind you, so not at all far-fetched. You write a program, you have to take steps to not be the "operator" of your creation for the rest of eternity.
Yeah, got to teach people how to use the things you make for them. Sadly not many are willing to put in the effort to learn things and do it themselves.
This happened this morning: Writing Documentation/Tutorials for "peers" who don't grasp that "Your-Repository-Name" is a placeholder and not the name of the repository to enter in. Good news is we can only have one "Your-Repository-Name" repository in any one azure devops project.
imposter syndrome is also a big one for me. i'm also terrified that low code development will get so advanced that the need for developers is going to significantly decrease
I think there will always be a need for developers, that's just my opinion.
People with high self-awareness and low self-esteem will most likely have Imposter Syndrome. Also because the field of programming requires a lot of self studying, it's a lot harder to get validation about your skills.
There are open source technologies (and projects) around though, other fields have more centralized knowledge than development.
Like, anyone could learn programming if they just look around for the right resources and people.
What are your fears as a developer? changes.
The constant updating of technologies? The fact that you always have to learn for the rest of your career?
The requirement changes after all old requirements are already implemented xD
Ya, but that's just the nature of software development no?
Debts
There is also self learning? You can do it without going to university/college or boot camps. It's a lot harder, but it's definitely possible!
A self-taught guy has to pay rent and foods too. 😭
Ya but it's a lot lower cost than going to college
Marketing people that casually throw tech lingo into the conversation completely out of context or completely misunderstanding the definition itself.
If we're complaining about marketing people, what I find much worse and scarier is the "our software can do that" type, who claim their product does a thing when they don't have a clue, or worse, just assume their IT will get it done before the client actually needs this feature.
This is scary on both ends: Being the poor dude that suddenly has to implement features that have already been sold, but also having to work with software that doesn't (yet) even do the things you 100% need (and slowing down production down the line).
Yikes! Business people making false promises and overselling a product is just awful, not just in the software development world
Those are pretty much impediments that a Product Owner or any other managerial roles should defend the development team against. It's unfortunate that a lot of people don't have an ownership mindset and won't stand up for the developers.
I dislike non-technical people throwing away buzzwords as well.
Proxies
Why would they scare you?
Proxies are really helpful, personally.
I know that they help to prevent some common attacks, but setting everything up is so cumbersome. There is no single way and if some library developer didn't think of it you struggle for days. We recently needed to dig through source code from alpine Linux to make apk add work...
In aws you need to restart the docker deamon to make it work behind a proxy. Luckily we had some genius who figured that one out.
Production bugs that result in data not being saved.
Similar to production bugs where data gets changed unintentionally and/or deleted!
The first two are basically the same mistake in different environments :D
Hmmm scare me?
As a dev?
That some one some where . . . will eventually use my various "hello worlds" as a guide post for "how to optimally code" 😱
Any untested code 😱
I should be scared of most of my code, then!
honestly very relatable lol
I have a fear of reading other peoples uncommented code 😂
BUT ITS SELF DOCUMENTINGGGGGGGGGGGGGGGGGGGGGGGGG
Account hackers. All code is lost.
nice one!