logoalt Hacker News

some_randomtoday at 4:43 PM5 repliesview on HN

You can write cope like this all you want but it doesn't change the fact I can ship a feature in few days that previously would have taken me a few weeks.


Replies

Frierentoday at 5:04 PM

> I can

You can because, I guess, your project may have a small scope, few people working on it, no dependencies etc.

I cannot, because each line that I change has an effect in millions of other lines and hundreds of other people, and millions of users.

Different situation, different needs.

show 2 replies
hrmtst93837today at 5:46 PM

Shipping the happy path faster is easy. The part codegen hides is the month after, when teh weird edge cases start colliding and you're stuck reading a pile of code no one would have written on purpose.

That trade can still make sense for a throwaway MVP. Most people underestimate how fast the maintenance bill add up once the first non-obvious bug report lands.

JanneVeetoday at 4:58 PM

I read that as you have never been debugging a production issue at 3am while losing data and/or revenue.

show 2 replies
gzreadtoday at 4:53 PM

Can you provide some examples?

gyanchawdharytoday at 4:56 PM

THIS