Most common mistakes made in patches

  • Moving code around and modifying the code blocks at the same time
  • Changing interfaces/method signatures and not modifying existing method calls
  • Duplicating methods that do same functionality

Comments

Popular posts from this blog

Splitting python path using os.path module

Weakref proxy is for instance only ...

Tuples are expanded as multiple arguments when passed to print statement after %