DEV Community

Discussion on: Is web development just copying and pasting?

Collapse
 
juanvegadev profile image
Juan Vega • Edited

I think we must copy and paste every single line of code that is out of our business core logic.

The only important part of the code for your company is the one which solves the solution to the problem that your company has found. The part that makes it valuable for an user.

The rest of things that a product does like i/o, http, logs, sort a list, render a title, etc... are just accidental complexity of your current solution to the problem.

Of course, we have to learn how to take advantage of this tools and not overuse them.