JavaRush /Java Blog /Random EN /Refactoring and uniform code design

Refactoring and uniform code design

Published in the Random EN group
Without further ado, I would like to recommend one book and its brochure.
Refactoring and unified code design - 1
  1. "Refactoring. Improving the design of existing code" Martin Fowler A book about how to edit your own and other people's code so that subsequent changes to it and adding new functionality bring less pain and less time, making the code easier to read. The examples in the book are presented in Java.


    Refactoring and uniform code design - 2


  2. Java Code Conventions Brochure Recommendations for code formatting, variable naming, spacing, etc. Also improves code readability. PDF (maybe also available in Russian)
Comments
TO VIEW ALL COMMENTS OR TO MAKE A COMMENT,
GO TO FULL VERSION