oop Make it final, Luke! Just a few days ago I was reviewing a pull request of one of my colleagues. He added a new class with multiple fields, but all they weren’t final. Roman Proshin 9 Jun 2019 · 3 min read
oop Use interfaces, Luke In this blog post, I want to explain why interfaces so important when you want to make your application well-structured, maintainable and testable. But before, let me refresh some terms. Roman Proshin 12 May 2019 · 3 min read