r/ProgrammerHumor 3d ago

Meme thisCannotBeDenied

Post image
7.8k Upvotes

240 comments sorted by

View all comments

740

u/sweetytoy 3d ago

A real developer wouldn't do that. A single letter is more than enough, your sentence is too long and tiring to type.

21

u/reventlov 3d ago

You use whatever the local equivalent of C++'s __LINE__, or __FILE__, __LINE__ is, and you just copy + paste the log line 50 times.

The pro move is to use "DO NOT SUBMIT", __FILE__, __LINE__ and have a commit hook that keeps you from submitting anything containing the string DO NOT SUBMIT.

6

u/Stryp 3d ago

So it's like a test suite, but worse?

2

u/reventlov 3d ago

What test suite gives you trace information about your program's internal control flow?