mardi 9 février 2021

Synchronization with Chain Of Responsibilities Design Pattern

I have a big method in java, I want to break it into small small responsibilities, So as to use Chain of Responsibilities design pattern to make my code maintainable. Since my method is synchronized, can I still use Chain of Responsibilities with it?

Aucun commentaire:

Enregistrer un commentaire