排序
To OO or not to OO
To OO or not to OO,(a previous version of this text was posted on Medium) Around 2018, partly due to following Jonathan Blow’s work on Jai and the obvious lack of OO in the langua...
Java is too old, What should you learn in 2018?
Java is too old, What should you learn in 2018?, Java is too old, What should you learn in 2018? Java has become legacy. It can’t evolve in to a modern language while keeping its ...
Don’t initialize your variables
Don't initialize your variables,Developers coming from C know that variables should always be initialized. Not initializing your variables means they contain junk, and this can res...