Consider the code below. The placing of the cursor soon becomes irritating.
str1.Trim();
str2.Trim();
str3.Trim(|)
Trim() has three different implementations, and the one I use most is the one without parameters. It would be nice if VAX had some internal counters to determine which method I am most likely to use next time.
Perhaps this is already implemented on some level?