logoalt Hacker News

avgDevyesterday at 2:35 PM3 repliesview on HN

Writing code at enterprise level is insanely difficult. You are constrained by budget, staff, legacy databases/environments, business rules hiding all over the place, and people.

You can't just rewrite everything. So over many years people are touching small parts of the pie.

If it works it isn't low quality.


Replies

harshalizeeyesterday at 2:49 PM

Yeah, enterprise code has that trope of being enterprise-y, verbose and bad. In my experience, that has always been the opposite. At the big corps/FAANGs I worked at, a single line of change can adversely impact millions of paying customers, so a lot of the verbosity and harnesses exists to dampen the failure modes. Most of the terribly written stuff has always been at startups, where devs fling nearly anything across the finish line, if it barely works the happy path.

nialv7yesterday at 4:57 PM

> If it works it isn't low quality.

then the same applies to AI written code?

Dlemloyesterday at 2:46 PM

The code I have seen and see still, started shitty.