Function naming
Posted: Saturday 15 April 2017 6:39
What's with the mixed function naming? Camelcase and underscoring?
Code: Select all
light.switchOn().within_min()
Code: Select all
light.switchOn().within_min()