Inspection references
Hello,
I just ran inspections on my code and it came back with
a lot of suggestions. Is there way for me to find out the deeper reasons behind some of the suggestions? Are they based on a particular set design patterns. Or a specific book? Just trying to improve my understanding of our favorite language.
Thanks
Please sign in to leave a comment.
Each inspection provides a description in the Errors panel of Settings.
There should probably be a web page with a list of them.
Vincent Storm wrote:
The best way is to look at the description of the inspection in the Settings/Errors panel. Usually this will give at least some sort of reasoning behind the warnings listed, particularly for obscure ones.
--Dave Griffith
If anything is still unclear after reading the descriptions, please report back here. Perhaps the documentation could use improvement.