Finding Production (and using AstroGrep efficiently)
Recently came across the great tool of Astrogrep, however the greatest tool can't help if I don't know how to use it .
How would I find _- that contains the production stuff I need to alter?
Would appreciate any help ya can give.
On a sidenote would appreciate on any tips on understanding the code better (or does this just come with practice)
Grep "LocalConnection"
You want the class file that has 3 instances of it, and its at the beginning of that trait method that you put the pushtrue/returnvalue (or pushfalse/returnvalue, I don't remember which of top of my head) in. But yea, "LocalConnection" and 3 instances is what I use. Check "case sensitive" results for more accuracy w/ AstroGrep and updating clients.