Re: [Vala] Safe call operator



As a starter, Java rejected that syntax.

Yeah, but in Java at least a NullPointerException is thrown when null
dereferencing occurs. In Vala the only option to provide null-safety
is explicit checking for null after each method call in a chain.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]