Skip to content

rectorphp/rector-book-feedback

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Improve the next Version of Rector Book

Have you read Rector - The Power of Automated Refactoring book?

Rector - The Power of Automated Refactoring book

This is repository is a place for your feedback!

We will release new edition of the book with these fixes, to make the content up to date. We need your help to improve the quality and fix the glitches we missed.

What is Ideal Feedback?

  • it has the page number
  • diff format of before/after
  • 1-2 sentences to explain "why" do you suggest the change, so we can understand it right from your proposal

What Feedback we Look for?

Here are 3 feedbacks we can integrate in the book:

1. A Glitch - Create

"On page 43 there is a typo in "coed" word, should be "code"."

2. Code Improvement - Create

"The code on page 12 seems too long for its purpose. Shorted version might keep reader focused on the content instead of dragging PHP syntax."

-if ($value === 10) {
-    return 'yes'; 
-}
-
-return 'no';
+return $value === 10 ? 'yes' : 'no';

3. Text Improvement - Create

"On page 78 the paragraph starting with 'One day we decided...' seems a bit unclear to me. It would help to explain what 3 exact steps we have to do in real project."


Thank You

We appreciate your will to help other readers, so they can get better quality content.

Thank you!

Matthias Noback & Tomas Votruba


Book and Rector Versions

Version of 1.0 book is released with Rector 0.11.3 (2021-05-17) and PHP 8.0 (2020-12).

About

[BOOK] Repository for feedback from readers of Rector book, to improve it continuously

Resources

Stars

Watchers

Forks