Sometimes there are a solution that it's simple and elegant but imposible to understand by all.
What do you think about this expresion, exchange value of two variables, without auxiliar variable:
a=(a^=b)^(b^=a);
I suppose that any programmer that finds this code, change it or write a explaining commentary.
Do you refactor this code? What is your best simple solution but you don't use because is very ofuscation? Should technically improve the team to understand this code or it's preferible change the code?