I agree that it is bad practice to call any virtua...
# announcements
e
I agree that it is bad practice to call any virtual members from base constructor and understand why. here I talk ONLY about constructor parameters. if kotlin will initialize them in safe way, this rule will be not actual for a lot of simple cases when only parameters are used in virtual method and nothing else. it will just work and will not be a problem anymore for such cases