HN user

thi2

165 karma
Posts0
Comments68
View on HN
No posts found.

Can't seem to change the cookie preferences to avoid sharing personal data with 1175 partners to see a list of movies (?). Real modern web experience.

Germans tend to differentiate between getting takeout (something like kebab/pizza/asia box to go or delivered home) or eating out (going to a restaurant and eating there).

But I'd argue for most people getting into the car to get takeout is not very common.

It’s incredibly rare you have the luxury of even trying to deliver bug free code, let alone achieve it.

What? Every company I worked for wished for bug free code. Mistakes happen but there was no acceptance for yolo-ship features.

This is a prime example of why programmers are not seriously considered engineers.

Jumping to a pretty general conclusion there. Incentive packages like the parent described are not the norm.

60% german, 40% autistic. Seems fair since I'm german and work in IT. The rules question did not have an answer I liked tho.

Because I might want to go back to this current messy state but I don't want to commit it like this (hardcoded test strings, debug logs, cutted corners to see if something works, you name it).

I simply commit something like "WIP: testing xy" and if its working and properly implemented i can squash/rebase/edit the commit message and force push it to my feature branch. Using a Git client like Gitkraken makes this incredibly easy, takes seconds.

This way I can leverage version control without committing bogus states to the final PR.

Its rare that devs are on standby, waiting for a pr to review. Usually they are working on their own pr, are in meetings, have focus time.

We talked a lot about the costs of context switches so its reasonable to finish your work before switching to the review.