Closed 2067015b closed 7 years ago
Btw, boiled down official python naming guide, section Package and Module Names:
So I'm renaming the "BulbTests" module :)
@2067015b Have a look now, I've done a bit of refactoring and fixing all the stuff I didn't like about what you had :) Functionality still pretty much the same :) Merge at will, I'm hoping you agree on my non-functional changes :)
Redesigned Bulb class implementation that now takes a specific function as an argument in the constructor. Few cases of lamp types and their functions are included, let me know if there are any types of bulbs or sensors I haven't accounted for.
This is for issue Bulb #4