logoalt Hacker News

ivan_gammelyesterday at 11:50 PM0 repliesview on HN

It‘s easier to evolve library code. If Java would ever infer type of constants from initializer (makes more sense than a new keyword), it could look nice and powerful:

   private final LOG = lazy(logger(MyThing.class));