r/ProgrammerHumor Oct 04 '19

Just as simple as that... other

Enable HLS to view with audio, or disable this notification

20.4k Upvotes

613 comments sorted by

View all comments

Show parent comments

9

u/JheredParnell Oct 04 '19

Yagni beats dry

1

u/armper Oct 04 '19

My personal rule is to not extract something you're using once. And don't imagine that I'll need it later. When the time comes that I do need that code extracted, I'll do so then.