top | item 45771937

(no title)

ape4 | 4 months ago

I would be nicer if you gave x1 and x2 meaningful names

discuss

order

catlifeonmars|4 months ago

What would those names be in this example?

ape4|4 months ago

In a real application meaningful names are nearly always possible, eg:

    const pi = 3.1415926
    const 2pi = 2 * pi
    const circumference = 2pi * radius