You should initialise all vals. If they are class ...
# announcements
o
You should initialise all vals. If they are class members, they should be given value with initialiser, or in
init
block. If they are just local values, then they should be initialised before first use