4

Best code advice I ever got:

If you have to copy paste, you did something wrong.

Comments
  • 0
    How do you mean? Most of my code is copy pasted. Usually from myself
  • 0
    @xroad if you copypaste within the same code base you're doing it wrong.

    You're probably doing it wrong too if you copy something from a different project, you could instead make the code a generic library instead.
Add Comment