(no title)
NwpierratorR | 4 years ago
Also explicit throws is so 2000s, nowadays it would be a better approach to return class that encapsulates (Result | Error)
NwpierratorR | 4 years ago
Also explicit throws is so 2000s, nowadays it would be a better approach to return class that encapsulates (Result | Error)
Etheryte|4 years ago
Altmetr|4 years ago
Also, there are autoformatters for java(config for eclipse) and for c++(clang-format).
noisem4ker|4 years ago
Really not sure about this. Certainly not a Java convention, in my experience.