Posts

Showing posts from July, 2013

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