Inspectopedia
 
2024.3

'to' call should be replaced with infix form

Info
New
Last modified: 03 December 2024

Reports to function calls that can be replaced with the infix form.

Using the infix form makes your code simpler.

The quick-fix replaces to with the infix form.

Example:

After the quick-fix is applied: