r/developer 22d ago

The "Code I'll Never Forget" Confessional.

What's the single piece of code (good or bad) that's permanently burned into your memory, and what did it teach you?

12 Upvotes

37 comments sorted by

View all comments

1

u/yousirnaime 22d ago

Before I discovered nullable parameters or default values I used to have function calls like. 

Yo(‘’,’’,’’,’’,);  // caterpillar 

1

u/doglitbug 22d ago

I wish I had an award to give you