I had a really good idea but got sidetracked and forgot it.

Trends Blog
Trends Blog
min read

Don't you hate it when that happens? I wish I could just write some code to retrieve stuff when it falls out of my short-term memory.

Imaginary Code

PHP

return collect($garbage)
  		->pluck('forgotten')
	  	->where('value', '=', 'high');

Wouldn't it be nice if that worked?

Frequently Asked Questions

You Might Also Like

Related Articles