DEV Community

Discussion on: Coding Without Google

Collapse
 
moopet profile image
Ben Sinclair

If you paste code in without understanding it, how will you maintain it when you have to make a change in a couple of months? How do you know it doesn't have bugs, or a condition which will have a knock-on effect in your program?

I cannot fathom why anyone would use foreign code like this when it's not at least black boxed into its own library.