Friday, June 12, 2015

Quick System.out.println()

static<T> void z(T arg) { System.out.println(arg); }
use z(object)
buzz around! dump text, write to console, overflow the terminal, debug code

No comments:

Post a Comment

Going one step further with Kotlin & gRPC

Recently, I tried using Quarkus with Kotlin for grpc. I have worked with grpc for communication between microservices in Java & Golang. ...