Refactoring to OOP in Java - Live-Coding Kata - “Trivia“, part 2

During this live-coding session, I will continue the “Trivia“ Coding Kata (in Java) from where we left it last time: Among the topics we’ll discuss: - OOP, “Tell don’t ask“ - “Feature Envy“ code smell - Pragmatic coding in Java - Identifying and designing by the Single Responsibility Principle (SRP) - Safe Refactoring techniques - Effective usage of IntelliJ editor, with lots of tips and tricks - Mutable vs Immutable data structures - and lots of fun. I strongly advise you to clone and try to clean the code BEFORE you attend the session, to have a better idea of the challenges of this exercise. (commit of Sep 2020). This commit: If you like it and you want to get a full-fledged training for your company, you can check out my full curricula on or (for live an
Back to Top