frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Ask HN: Rant, Am I bad or is this a company with a poor tech culture?

3•apatheticonion•11h ago
Hey all, can you sanity check me? Am I a bad developer (always a possibility), or do I focus too much on unimportant things?

I've got 13+ YoE and been working in big tech for about 4 years, joined an established start up (10 years old, profitable) a month ago, and wondering if I am out of touch after the meat-grinder that is competing for delivering "impact", stack ranking and so on.

I don't know if I should stay at this company as I feel like I can't really do good work here and it feels like, if I stay, I'll be less experienced at the end of 5 years than when I started.

-----

Soo

I joined an established start up a month ago, they have a legacy app they are incrementally migrating from Angular 1 to React.

Their "good" app is a super custom React implementation that's extremely difficult to understand, including some kind of component middleware and half baked Redux integration that doesn't work with any devtools.

The client is about 20mb of JavaScript shipped to the browser and the local development workflow is quite poor.

90% JavaScript, 10% TypeScript and the team doesn't really want to move to TypeScript, banning porting existing code to TypeScript.

There were some basic errors I noticed when I started, like not committing the package-lock to the repo so I asked about it and raised a PR adding one - which got declined because it was "risky".

The package-lock raised 60 critical vulns in the npm audit, which I raised and was told addressing them was too risky. I suggested that we should at least add a CSP to the app, given some of the vulns are implicated in injection attacks - again, too risky.

During development, hot reload times are 30s so I raised a PR that added `npm run dev:next` which uses Rspack to build the client only for development, which halved the hot reload time, but that was declined.

I noticed they don't have any automated testing (there's an overseas team the does manual QA before every release) and asked if they'd be open to building out an automated testing suite - to which they said no.

They also don't have any CI, all validation happens in a pre-commit hook, which they are also not interested in adding in.

I noticed they don't have any observability on the client - no error rate, no load times. I asked how they know if anything is wrong and apparently, if it's not caught in QA, "customers call us and we fix it". I suggested adopting something like Sentry to start tracking the client to help quantify the impact of features and preempt errors before they escalate and, again, was told no because it was "risky".

My manager had a 1:1 with me this morning and told me that I should not attempt to make contributions outside of the tickets I am assigned, and I am expected to raise 1 PR per day otherwise I will be let go.

I repeated my above concerns and he said that they hired me to do tickets and that was it.

Comments

devanshranjan•11h ago
You won’t grow there. This shouldn't be normalised as acceptable engineering.
2ndorderthought•10h ago
Time to decide if you want to stick it out while trying to find work and explaining the short job, getting fired (might be eligible for unemployment), or quit.

Some startups are run by cowboys/cowgirls. They don't care about anything other than features until everything falls apart or they rebuild in a nightmare sprint.

I've been at one of these. You will fail to change them even if you stay for 3 years. You risk getting fired if the CEO realizes the mess and hires in someone to fix it. Your manager is already thinking about firing you.

OsrsNeedsf2P•10h ago
Terrible code quality is standard at startups. Not being trusted to fix it is not. Run.
switchbak•10h ago
For sure - this is a burning house, do what you can to land on your feet but it's a waste of time to invest anything into it.
tim-tday•9h ago
I think you know the answer. Trust your gut.

Apply for new jobs immediately. In the meantime do 1 pr a day.

segmondy•7h ago
Do you want to work in a startup or big tech? This is most big tech for you.
annoyingcyclist•7h ago
I don't think either of you is necessarily wrong (or good/bad here). They prefer to work the way they work (glaring issues and all), and are apparently successful working that way. You don't want to work that way, and want a role where you're not just crunching tickets (even if you could work that way). Just sounds like a bad fit to me.

For next time: it's really easy to accidentally ruffle feathers if you come in and start proposing tooling or process changes. People get attached to their project if they've worked on it for a while, and can take observations from an outsider as judgemental or an attack, regardless of how valid those observations are (many of yours seem valid to me). You coming from big tech can make people even more sensitive to this (if you're triggering their latent impostor syndrome or whatever as someone from a prestigious company). The way you summarize your manager's feedback makes me think that you either rubbed him the wrong way or offended some more tenured people who complained. Kind of hard to undo that now, but helpful to keep in mind for the future. If you demonstrate that you can hack it on tickets as you ramp up and establish some trust with your teammates over a few months, you'll typically have an easier time with this type of stuff.

(I would normally add a caveat that another good reason to wait a bit before bringing stuff up is that you might be missing the bigger picture, and that can help you ensure that you're actually arguing for useful change. I omit it for you because "we should have any observability at all for our production application" seems pretty uncontroversial to me and doesn't make me think you're out of touch or focused on unimportant things)

apatheticonion•6h ago
Appreciate the balanced feedback. It echos what some of the longer tenured engineers have advised me.

One colleague whom I have worked with in a previous role and has a similar mindset to me said that he just does the 1 PR a day and spends the rest of his time on OSS for satisfaction.

I took that onboard and have been ramping up my PR count over the last week without making suggestions - but I suspect the reputational damage has been done and I have soured relationships as, contrary to the 1 PR a day metric, my manager quizzed me on what I was doing after submitting my PRs in our 1:1.

Appreciate it and will certainly keep that advice in mind for the next role

ex-aws-dude•4h ago
You can just say they are bad? You don’t have to be such an overthinker

They rely on customers calling to fix stuff?

Why so allergic to calling out bullshit?

ravenstine•3h ago
Amen! As professionals we are supposed to have opinions about these issues. This "everyone's right" thing, while well intentioned, is one of the factors that allows, frankly, dysfunctional dev teams like the OP's to exist. If companies are never really wrong for doing things a certain way then nobody can challenge them, which of course is exactly what insecure and egotistical leadership wants; little serfs to do the bidding of a few anointed priests. We should care because we actually do have a responsibility to the world we live in. We are the ones building the buggy, insecure, dark patterned crap that HNers take part in complaining about. No one being wrong means more crap for everyone.

---

OP, your employer sucks. You are not wrong; they are. You have to make 1 PR a day? Bullshit of the highest order. Since they are unlikely to be receptive to change, always say "yes sir" with a shit eating grin while you prepare to monkeybranch to another job. I'd have said to quit now a few years ago, but the job market is so bad right now that the best you can do is coast where you are right now while finding new opportunities.

That said, welcome to this stage in your career. Lots of companies hire people with our level of experience to deal with their dumbass mistakes while ironically promoting the same dumbasses who continually make those mistakes.

scorpioxy•1h ago
It's so that no one gets offended. You can't offend anyone if you don't actually have an opinion or a personality at all. Ironic since being so bland is actually having a certain kind of personality.

I've seen this a few times and I find it distasteful.

bubbamack•6h ago
Sounds like they have an established culture that works for them and you are feeling like you might not be a good fit. The Manager had a 1:1 with you to make sure you stay in your lane and it sounds like they just want someone who will do their assigned tickets. You'll need to decide if it's the role, environment and culture you want.
yellow_lead•3h ago
You joined only a month ago? It sounds like you suggested changes too quickly. Egos may be hurt by the new guy saying "you're doing everything wrong."

Poltics goes a long way in this. You need to make others happy first and build up some goodwill first. If you want to tough it out here, do this first, make some allies, and then slowly suggest changes.

Don't suggest to everyone at once, try to build consensus for your changes one engineer at a time. Ideally you'd make friends with the lead or others you can pitch to first privately.

scorpioxy•58m ago
I am a bit surprised at some of the comments here. I'll start by saying that I only have one side of the story so it is possible that the way you suggested those changes is the problem and not the changes themselves.

But, having been in a somewhat similar situation, I can tell you that some companies and teams are just dysfunctional and "cliquey". It has nothing to do with anything rational or logical or something you did or didn't do, it's just broken beyond repair. My guess would also be that they have had a number of people come and go probably due to the same reasons.

That manager also sounds like they shouldn't be managing at all. Besides that silly metric(did they also specify how many lines of code they want per day? ridiculous), it would've been more useful if they explain why your changes were turned down at least. There might be a good reason that you're not aware of. A sane manager would choose to guide you to make sure your valuable contributions benefit the business and align with any strategy as opposed to talking to you like a child and going "do it because I said so". Your teammates may have been having a bad week or feel threatened but I blame your manager. They should know better.

I recommend you plan your exit as nothing good will come out of you staying.

Ask HN: Does Claude use 'prior' in a Bayesian sense more than English?

3•slake•7h ago•5 comments

Claude Code dies with ANTHROPIC_API_KEY in cloud environment

12•sroussey•14h ago•2 comments

Tell HN: VS Code v1.117.0 automatically adds GitHub Copilot as your co author

70•adithyassekhar•1d ago•31 comments

Ask HN: Rant, Am I bad or is this a company with a poor tech culture?

3•apatheticonion•11h ago•14 comments

Tell HN: An app is silently installing itself on my iPhone every day

588•_-x-_•5d ago•188 comments

Ask HN: Is AI resulting in net revenue gain for non-tech companies?

9•jusonchan81•14h ago•8 comments

Claude Pro expired and my $40 in prepaid Extra Usage credits vanished

9•Aldipower•21h ago•3 comments

What do you want to see in a next-generation GitHub in the age of AI?

3•skeedle•16h ago•6 comments

Ask HN: Is Anybody Using Codex?

4•cl3misch•17h ago•8 comments

Ask HN: Anyone feel like they're just opting out of tech these days?

22•moomoo11•1d ago•13 comments

Tell HN: An update from the new Tindie team

80•altairprime•2d ago•48 comments

Claude.ai down again?

34•zh_code•1d ago•24 comments

Ask HN: Is it still worth it to try to get a job in IT

8•morpheos137•1d ago•13 comments

RNet: Users pay for their own AI usage instead of apps covering token costs

3•rNetAi•1d ago•4 comments

Ask HN: Recommended Gemini CLI extensions/skills for token consumption

2•elC0mpa•1d ago•1 comments

What I changed in how I use Claude Code after Anthropic's postmortem

6•cinooo•1d ago•3 comments

Tell HN: Claude 4.7 is ignoring stop hooks

109•LatencyKills•6d ago•88 comments

Increase in Claude Code speed bumps?

3•jesse_dot_id•1d ago•0 comments

Ask HN: Hosted Fossil for small teams – interesting, or wrong call?

7•ragelink•1d ago•3 comments

Ask HN: Is it just me or is Claude Code getting worse?

31•e-nouri•2d ago•23 comments

Tell HN: One Medical Is a Nightmare

31•rincebrain•3d ago•6 comments

Ask HN: When might we not have to do laundry or fold clothes or cook

23•samarthv•3d ago•26 comments

Ask HN: If coding gets faster, where should architecture happen?

7•karlosh•1d ago•6 comments

Ask HN: Anyone else suddenly have Brawls Stars on their iPhone?

4•realberkeaslan•1d ago•3 comments

You've reached the end!