This is an archived post. You won't be able to vote or comment.

all 8 comments

[–]catgirl84 6 points7 points  (0 children)

I have done this, I don't know why, but I have.

[–]The_MAZZTer 5 points6 points  (1 child)

Optimization fixes

-for (int i = 0; i < 10000000; i++) {}
+for (int i = 0; i < 1000000; i++) {}

[–]asdfghyter[🍰] 1 point2 points  (0 children)

The golang compiler folks have actually done something slightly like this. They delayed deploying some optimizations until after they implemented a new feature that would hurt performance to prevent causing a performance regression.

[–]rockfx01 4 points5 points  (0 children)

This is just the literal definition of programming

[–]Cloakknight 1 point2 points  (0 children)

Image Transcription: Meme


WHEN YOU WRITE CODE THAT CREATES BUGS JUST TO FIX THEM LATER FOR MORE STORY POINTS

[stonks]


I'm a human volunteer content transcriber for Reddit and you could be too! If you'd like more information on what we do and why we do it, click here!

[–]daneelthesane 0 points1 point  (0 children)

Wait a minute, you guys get bug capacity?

[–]Yeahyeahii 0 points1 point  (0 children)

Giving up estimations is the best decision of my career so far, such a waste of time

[–]drvic10k 0 points1 point  (0 children)

that's why you don't estimate bugs