...
The code uses the literal 3.14
to represent the value ?
π. Although it removes some of the ambiguity from the literals, it complicates code maintenance. If the programmer were to decide that a more precise value of ?
is π is desired, all occurrences of 3.14
in the code would have to be found and replaced.
...