First of all deep apologies if this question is unclear, I did not know a better way to word it.
So, I am currently doing some light reading( Clean code by Robert C Martin), and I have stumbled upon something I do not get.
This quote was written by Ron Jeffries the author of Extreme Programming
"After years of doing this(coding) work it seems to me that all programs are made up of very similar elements. One example is 'finding things in a collection', We often find ourselves wanting a particular item from that collection, when i find that happening, I will often wrap the implementation in a more abstract method or class.
What does Jefferies mean by that bold section highlighted