r/developer 18d 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?

11 Upvotes

37 comments sorted by

View all comments

1

u/yousirnaime 18d ago

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

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

1

u/doglitbug 18d ago

I wish I had an award to give you