DEV Community

Discussion on: What computer science concepts should devs without a CS background prioritize learning?

Collapse
 
jacoby profile image
Dave Jacoby

I'll toss a do-not in here: Sorting.

Sorting can be fun, and can produce some interesting visualizations, but the best for most situations is already built into your language, probably, and it likely goes by the name sort().