Orhan Tozan
06/17/2021, 10:11 AMcdpjenkins
06/17/2021, 10:40 AMOrhan Tozan
06/17/2021, 10:44 AMcom.mycompany.myapp.checkout.calculatePrice(orders)
vs
Checkout.calculatePrice(orders)
Rob Elliot
06/17/2021, 10:48 AMimport com.mycompany.myapp.checkout
checkout.calculatePrice(orders)
Rob Elliot
06/17/2021, 10:52 AMelizarov
06/17/2021, 11:26 AMNir
06/17/2021, 12:46 PMNir
06/17/2021, 12:47 PMNir
06/17/2021, 12:47 PMOrhan Tozan
06/17/2021, 12:56 PMMyObject.myFunction(x)
. People might misread it as not being pure. "If it was a pure function, then why does it need to be inside an object?".elizarov
06/17/2021, 12:59 PM