Jun 21, 2022
Agreed, the main skill for a developer is problem solving. But there's a huge difference between just solving a problem and solving a problem the right way. Eg finding a record in an ordered collection, plain old "for" will work, but a binary search is usually better.