Can "Don't reinvent the wheel" be bad advice?
A very common programming tip is "Don't reinvent the wheel". If there's already a library that already does the task you need, why don't you just use that library instead of writing your own solution?
Many times, it's a sensitive thing to do: importi...
nicozerpa.hashnode.dev2 min read