Ranter
Join devRant
Do all the things like
				++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
				Sign Up
			Pipeless API
				From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
				Learn More
			Comments
		- 
				
				
asgs109214yIt has worked for me many a times
Only few occurrences it didn't was when I didn't import the other relevant projects into IDE - 
				
				Tfw you embrace regular expressions to mass refactor all that was "written in stone". One minute change!
 - 
				
				Yes, that is what the "Refactor -> Rename" is for. Of course it works pretty good - especially in JetBrains' IDEs...
 - 
				
				I once naively did a find/replace to replace all <li> to <span> by just replacing “li” with “span”, ignoring case.
Forgetting that I was using thinks like <NavLink> and <Link>…
<NavSpannk>
<Spannk>
Never laughed so hard at an error in judgement on my part. 

Just wanted everyone to know that I did a find and replace all in my project and it actually worked as intended.
That's all.
rant