Jonasz's dev blog

Java and more

Designing external API

OOP - fewer definitions, more practice

29/12/2019
Based on the goal (user story) we create the external API. Based on the requirements (tasks) we create the internal API. Let's start with tests.
Read more...

Getting practical

OOP - fewer definitions, more practice

26/12/2019
Having a good idea for a project is not an easy thing. What's even more difficult is actually starting the project and finishing it.
Read more...

How to start a project?

OOP - fewer definitions, more practice

03/12/2019
When you know what project you would like to do - you would probably like to get your hands into the code as fast as possible. While it may be tempting, it would be wise to do a few things first.
Read more...

Introduction

OOP - fewer definitions, more practice

24/09/2019
Usually, when it comes to articles about Object Oriented Programming, it all boils down to four paradigm principles and five SOLID principles. Why not create something and come up with the said concepts yourself?
Read more...