Skip to content

Commit

Permalink
Merge pull request #6116 from Mo-Gul/patch-1
Browse files Browse the repository at this point in the history
docs: add missing space in README.md
  • Loading branch information
retailcoder authored Jun 17, 2023
2 parents 9842f84 + 9369c6d commit 7faa947
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ All references to any identifier, whether defined in your project or any of its

### Static Code Analysis, Refactorings

Rubberduck analyses your code in various configurable ways and can help avoid beginner mistakes, keep a consistent programming style, and find all sorts of potential bugs and problems. Many code inspections were implemented due to frequently-asked [VBA questions on Stack Overflow](https://stackoverflow.com/questions/tagged/vba),and on many occasions, an automatic quick-fix is available.
Rubberduck analyses your code in various configurable ways and can help avoid beginner mistakes, keep a consistent programming style, and find all sorts of potential bugs and problems. Many code inspections were implemented due to frequently-asked [VBA questions on Stack Overflow](https://stackoverflow.com/questions/tagged/vba), and on many occasions, an automatic quick-fix is available.

Rename variables to meaningful identifiers without worrying about breaking something. Promote local variables to parameters, extract interfaces and methods from a selection, encapsulate fields into properties, reorder and/or delete parameters, and automatically update all callers.

Expand Down

0 comments on commit 7faa947

Please sign in to comment.