Programming tip: Code samples found in the wild

1    11 Mar 2016 20:22 by u/roznak

Programming tip: Code samples found in the wild

Developers are used to surf the web and find code samples. I have seen many projects that clearly have code samples basically copied and pasted into their source.

The tip is to modify the found source code so that it fits the rest of your library with the same quality and style. Don't be scared to completely rewrite it so and make it even better, it forces you to actually understand the code.

0 comments

No comments archived.