DEV Community

Discussion on: What is the hardest thing about learning to code?

Collapse
 
ben profile image
Ben Halpern

The concept of scale is hard with programming. How big is big?

A database with 100 million records may be nothing in terms of scale, but a loop of 100 things could make a web request timeout if the loop is inefficient.